tags:

views:

609

answers:

1

How repeat headers of pdfpTable on each page(PDF)

+1  A: 

You just need to set the PdfPTable.HeaderRows property to the number of rows in your PdfPTable's header.

Jay Riggs