Table of Contents
RepeatTableHeaderAndFooter Property

Gets or sets a value indicating whether the HTML to PDF converter should automatically repeat table header and footer.

Syntax
 public Boolean RepeatTableHeaderAndFooter { get; set; }
Remarks

If a table spans over multiple pages and this property is true, the HTML to PDF converter will automatically repeat thead and tfoot rows on every page. Setting this property to false to prevent such row from being repeated.

This property is automatically reset to true after every conversion.

See Also