loadBookmarks Property (original) (raw)
Summary
Instructs the document viewer to create the bookmarks UI elements and to try to load the bookmarks stored in the document.
Syntax
Object.defineProperty(DocumentViewOptions.prototype, 'loadBookmarks',
get: function(),
set: function(value)
)
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.