←Select platform

Bookmarks Property

Summary

Manages the bookmarks and table of content in this document viewer.

Syntax
C#
VB
C++
public DocumentViewerBookmarks Bookmarks { get; } 
Public ReadOnly Property Bookmarks() As DocumentViewerBookmarks 
   Get 
public:  
   property DocumentViewerBookmarks^ Bookmarks 
   { 
      DocumentViewerBookmarks^ get() 
   } 

Property Value

The DocumentViewerBookmarks object that manages bookmarks and table of content in this document viewer.

Remarks

Document bookmarks and table of content is parsed from the LEADDocument 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.

Example

For an example, refer to DocumentViewerBookmarks.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly