Manages the bookmarks and table of content in this document viewer.
Object.defineProperty(DocumentViewer.prototype, 'bookmarks',
get: function()
)
bookmarks: DocumentViewerBookmarks; // read-only
The DocumentViewerBookmarks object that manages bookmarks and table of content in this document viewer.
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.
For an example, refer to DocumentViewerBookmarks.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET