PDFView4NET WPF Edition
Parent Property (PDFBookmark)




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Parent Property
Gets the parent of this PDFBookmark object.
Syntax
'Declaration
 
Public ReadOnly Property Parent As PDFBookmark
'Usage
 
Dim instance As PDFBookmark
Dim value As PDFBookmark
 
value = instance.Parent
public PDFBookmark Parent {get;}
public: __property PDFBookmark* get_Parent();
public:
property PDFBookmark^ Parent {
   PDFBookmark^ get();
}

Property Value

The parent bookmark.
Remarks
If the parent bookmark is null, the bookmark is a top level 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