Get or sets a flag indicating if the repeating of the HTML table footer in PDF pages is enabled in the PDF document generated by the HTML to PDF converter. Default value is true

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool TableFooterRepeatEnabled { get; set; }
Visual Basic
Public Property TableFooterRepeatEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool TableFooterRepeatEnabled {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also