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.
生成された PDF の各ページで PdfPTable のヘッダーを繰り返すように iTextSharp を取得するにはどうすればよいですか?
PdfPTable.HeaderRows次のように、プロパティをPdfPTableのヘッダーの行数に設定するだけです。
PdfPTable.HeaderRows
PdfPTable
table.HeaderRows = 1;