bookmarks Property

Summary

The list of bookmarks (table of content) in this document.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentStructure.prototype, 'bookmarks', 
   get: function() 
) 
readonly bookmarks: DocumentBookmark[]; 

Property Value

The list of bookmarks (table of content) in this document.

Remarks

Bookmarks will contain an empty list if the structure of the document has not been parsed yet (the value of IsParsed is false). This list will be populated with the items found in the original document when Parse is called and the value of ParseBookmarks is true (the default value). When Parse returns, the value of IsParsed will be set to true.

Example

For an example, refer to DocumentStructure.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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