PDFView4NET WinForms Edition
Document Property (PDFPage)




O2S.Components.PDFView4NET Namespace > PDFPage Class : Document Property
Gets or sets the document that includes this page.
Syntax
'Declaration
 
Public ReadOnly Property Document As PDFDocument
'Usage
 
Dim instance As PDFPage
Dim value As PDFDocument
 
value = instance.Document
public PDFDocument Document {get;}
public: __property PDFDocument* get_Document();
public:
property PDFDocument^ Document {
   PDFDocument^ get();
}

Property Value

The document this page belongs to.
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

PDFPage Class
PDFPage Members