PDFView4NET WPF Edition
Pages Property (PDFDocument)




O2S.Components.PDFView4NET Namespace > PDFDocument Class : Pages Property
Gets the list of pages in the document.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Pages As PDFPageCollection
'Usage
 
Dim instance As PDFDocument
Dim value As PDFPageCollection
 
value = instance.Pages
[Browsable(false)]
public PDFPageCollection Pages {get;}
[Browsable(false)]
public: __property PDFPageCollection* get_Pages();
[Browsable(false)]
public:
property PDFPageCollection^ Pages {
   PDFPageCollection^ get();
}

Property Value

The list of document's pages.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members