Gets the collection of pages in this document.
Namespace: TallComponents.Web.PdfAssembly: 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 (); } |