Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentStructure Class : Bookmarks Property |
public IList<DocumentBookmark> Bookmarks {get;}
'Declaration
Public ReadOnly Property Bookmarks As IList(Of DocumentBookmark)
'Usage
Dim instance As DocumentStructure Dim value As IList(Of DocumentBookmark) value = instance.Bookmarks
public List<DocumentBookmark> getBookmarks()
public: property IList<DocumentBookmark^>^ Bookmarks { IList<DocumentBookmark^>^ get(); }
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.
For an example, refer to DocumentStructure.