PDFView4NET WinForms Edition
Document Property (PDFFileAttachmentsView)




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

Property Value

A PDFDocument object specifying the document for which the file attachments are displayed.
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

PDFFileAttachmentsView Class
PDFFileAttachmentsView Members