PDFView4NET WinForms Edition
SelectedBookmark Property




O2S.Components.PDFView4NET Namespace > PDFBookmarksView Class : SelectedBookmark Property
Gets the selected bookmark.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property SelectedBookmark As PDFBookmark
'Usage
 
Dim instance As PDFBookmarksView
Dim value As PDFBookmark
 
value = instance.SelectedBookmark
[Browsable(false)]
public PDFBookmark SelectedBookmark {get;}
[Browsable(false)]
public: __property PDFBookmark* get_SelectedBookmark();
[Browsable(false)]
public:
property PDFBookmark^ SelectedBookmark {
   PDFBookmark^ get();
}

Property Value

The bookmark currently selected in the tree.
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