Gets the collection of pages of this PDF document.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PageCollection Pages { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Pages As PageCollection Get |
| Visual C++ |
|---|
public: property PageCollection^ Pages { PageCollection^ get (); } |