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