Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让 iTextSharp 在生成的 PDF 的每一页上重复 PdfPTable 的标题?
您只需要将属性设置为您的标题PdfPTable.HeaderRows中的行数,如下所示:PdfPTable
PdfPTable.HeaderRows
PdfPTable
table.HeaderRows = 1;