When this property true the element can be paginated and rendered in many PDF pages
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); } |