How can I get iTextSharp to repeat the headers of a PdfPTable on each page of the generated PDF?
You just need to set the PdfPTable.HeaderRows property to the number of rows in your PdfPTable's header like this:
PdfPTable.HeaderRows
PdfPTable
table.HeaderRows = 1;
1.4m articles
1.4m replys
5 comments
57.0k users