PDFView4NET WinForms Edition
PDFPageThumbnailViews Property




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

Property Value

A PDFPageThumbnailViewCollection object specifying a list of page thumbnail 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