PDFView4NET WinForms Edition
Bookmark Property (BookmarkEventArgs)




O2S.Components.PDFView4NET Namespace > BookmarkEventArgs Class : Bookmark Property
Gets the bookmark that has been acted upon.
Syntax
'Declaration
 
Public ReadOnly Property Bookmark As PDFBookmark
'Usage
 
Dim instance As BookmarkEventArgs
Dim value As PDFBookmark
 
value = instance.Bookmark
public PDFBookmark Bookmark {get;}
public: __property PDFBookmark* get_Bookmark();
public:
property PDFBookmark^ Bookmark {
   PDFBookmark^ get();
}

Property Value

The bookmark that has been acted upon.
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

BookmarkEventArgs Class
BookmarkEventArgs Members