loadBookmarks Property

Summary

Instructs the document viewer to create the bookmarks UI elements and to try to load the bookmarks stored in the document.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewOptions.prototype, 'loadBookmarks', 
   get: function(), 
   set: function(value) 
) 
loadBookmarks: boolean; 

Property Value

true to instruct the document viewer to create the bookmarks UI elements and to try to load the bookmarks stored in the document. false, to instruct the document viewer that the bookmarks UI elements will be disabled and hidden. The default value is true.

Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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