bookmarks Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewer.prototype, 'bookmarks', 
	get: function() 
) 
bookmarks: DocumentViewerBookmarks; // read-only 

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.

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.