PDFView4NET WinForms Edition
Document Property (PDFPageView)




O2S.Components.PDFView4NET Namespace > PDFPageView Class : Document Property
Gets or sets the document displayed by this control.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The document displayed in the control")>
<DefaultValueAttribute("")>
Public Property Document As PDFDocument
'Usage
 
Dim instance As PDFPageView
Dim value As PDFDocument
 
instance.Document = value
 
value = instance.Document
[Category("PDF")]
[Description("The document displayed in the control")]
[DefaultValue("")]
public PDFDocument Document {get; set;}
[Category("PDF")]
[Description("The document displayed in the control")]
[DefaultValue("")]
public: __property PDFDocument* get_Document();
public: __property void set_Document( 
   PDFDocument* value
);
[Category("PDF")]
[Description("The document displayed in the control")]
[DefaultValue("")]
public:
property PDFDocument^ Document {
   PDFDocument^ get();
   void set (    PDFDocument^ value);
}

Property Value

A PDFDocument object representing the document displayed in the viewer.
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

PDFPageView Class
PDFPageView Members