parseBookmarks Property (original) (raw)
Summary
Indicates whether to parse the bookmarks from the original document.
Syntax
Object.defineProperty(DocumentStructure.prototype, 'parseBookmarks',
get: function(),
set: function(value)
)
Property Value
true to parse the bookmarks from the original document when Parse is called; otherwise, false. Default value is true.
Remarks
Bookmarks will contain an empty list if the structure of the document has not been parsed yet (the value ofIsParsed is false). This list will be populated with the items found in the original document whenParse is called and the value of ParseBookmarks is true (the default value). When Parsereturns, the value of IsParsed will be set to true.
Parse will also parse the document for any links found in the pages if the value of ParsePageLinks is true (the default value), these can be obtain through the DocumentPage.GetLinksmethod.
Note that setting this property to a value will update the same value in each child document.
Leadtools.Document Assembly