Gets the collection of pages in this document.

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

Syntax

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

Field Value

The page collection.

See Also