What is the best way to add headers and footers with iText in VB?
I tried this without any success (from a sample on the web). 

Dim footer As HeaderFooter  = new HeaderFooter(new Phrase("This is page: "),
true)
footer.setBorder( 1 )
document.Footer = footer

Nothing shows up. I even set all the margins to 0's to see if it was burried
somewhere.

I know how to do it in Java but I find myself stuck having to do this in VB.

Thanks in advance.

-- 
View this message in context: 
http://www.nabble.com/PageEvents-in-VB---Headers-and-Footers.-tp23369955p23369955.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to