PdfDocumentOptionsRepeatTableHeaderFooter Property
Enables automatic repetition of HTML table header (thead) and footer (tfoot) sections
on each page when converting the HTML to PDF. It is useful for long tables that span multiple pages,
ensuring headers and footers remain visible throughout.
Styling rules intended for print layout will be applied when rendering the repeated sections.
The default value is false.
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.0.0
public bool RepeatTableHeaderFooter { get; set; }
Property Value
Boolean