bookmarks Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewer.prototype, 'bookmarks', 
	get: function() 
) 
TypeScript Syntax
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 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.

Example

For an example, refer to DocumentViewerBookmarks.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly