PDFView4NET WPF Edition
Document Property (PDFBookmark)




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Document Property
Gets or sets the document this bookmark belongs to.
Syntax
'Declaration
 
Public ReadOnly Property Document As PDFDocument
'Usage
 
Dim instance As PDFBookmark
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 that contains this bookmark.
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

PDFBookmark Class
PDFBookmark Members