PDFView4NET WinForms Edition
Document Property (PDFBookmarksView)




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

Property Value

A PDFDocument object specifying the document for which the bookmarks 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

PDFBookmarksView Class
PDFBookmarksView Members