The total number of PDF pages in the PDF document being rendered
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int PageCount { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PageCount As Integer Get |
| Visual C++ |
|---|
public: property int PageCount { int get (); } |