Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewer Class : Bookmarks Property |
public DocumentViewerBookmarks Bookmarks {get;}
'Declaration
Public ReadOnly Property Bookmarks As DocumentViewerBookmarks
'Usage
Dim instance As DocumentViewer Dim value As DocumentViewerBookmarks value = instance.Bookmarks
public: property DocumentViewerBookmarks^ Bookmarks { DocumentViewerBookmarks^ get(); }
Document bookmarks and table of content is parsed from the Document set the in the viewer using the DocumentStructure class. Each is a DocumentBookmark object that specifies the properties of an entry into the table of content as well as any children items.
Refer to DocumentViewerBookmarks for more information.
For an example, refer to DocumentViewerBookmarks.