Gets the collection of pages of this PDF document.

Namespace: EvoPdf
Assembly: 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 ();
}

Property Value

Type: PageCollection

See Also