When this property is true the HTML to PDF element can be paginated to render many PDF pages if necessary.
Namespace: EvoPdfAssembly: 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); } |