Is there any way to assign a image as HeaderFooter for a PDF?
Below code will keep "Hello World" text as heade for all page with some pre-defined font(_oFont22B).
But i am struggling to insert a image.
Code:Dim header As iTextSharp.text.HeaderFooter = New iTextSharp.text.HeaderFooter(New iTextSharp.text.Phrase("Hello World", _oFont22B), False) header.Border = iTextSharp.text.Rectangle.NO_BORDER oDoc.Header = header





Reply With Quote