The index of the page where the rendering of the HTML ended.
This information is useful when new elements are added after conversion.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int LastPageIndex { get; set; } |
| Visual Basic |
|---|
Public Property LastPageIndex As Integer Get Set |
| Visual C++ |
|---|
public: property int LastPageIndex { int get (); void set (int value); } |