PDFView4NET WPF Edition
PDFPageViews Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : PDFPageViews Property
Gets the list of page views attached to the PDF document.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property PDFPageViews As PDFPageViewCollection
'Usage
 
Dim instance As PDFDocument
Dim value As PDFPageViewCollection
 
value = instance.PDFPageViews
[Browsable(false)]
public PDFPageViewCollection PDFPageViews {get;}
[Browsable(false)]
public: __property PDFPageViewCollection* get_PDFPageViews();
[Browsable(false)]
public:
property PDFPageViewCollection^ PDFPageViews {
   PDFPageViewCollection^ get();
}

Property Value

A PDFPageViewCollection object specifying a list of page views for the document.
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