Gets the collection of pages in this document.

Namespace:  TallComponents.Web.Pdf
Assembly:  TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5

Syntax

C#
public PageCollection Pages { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pages As PageCollection
Visual C++
public:
property PageCollection^ Pages {
	PageCollection^ get ();
}

Field Value

The page collection.

See Also