When this property is true the HTML to Image element can be paginated to render many PDF pages if necessary.

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

Syntax

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

Property Value

Type: Boolean

See Also