开发者

How can I repeat the headers of an iTextSharp PdfPTable on each page?

开发者 https://www.devze.com 2022-12-16 14:13 出处:网络
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 Pd

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:

table.HeaderRows = 1;
0

精彩评论

暂无评论...
验证码 换一张
取 消