11, 2005 11:45 AM
> To: Paulo Soares
> Subject: RE: [iText-questions] Newbie Question about onPageEnd
>
> >Did you read with attention the top of itextsharp.sf.net?
>
> Yes, I did... but... do I need to search in the source code
> to know how to
> actually implement m
Did you read with attention the top of itextsharp.sf.net?
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of John Asher
> Sent: Monday, July 11, 2005 11:12 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-quest
Hello,
i'm pretty new to the C# programming. I'm using iTextSharp and Visual C#
Express...
I need to add a not-so-simple header on each page...I read the docs on
itextsharp.sf.net.
The docs use the:
writer.setPageEvent(new myPageEvent());
where myPageEvent is a custom class that inherits the p