The list of bookmarks (table of content) in this document.
public IList<DocumentBookmark> Bookmarks { get; }
Public ReadOnly Property Bookmarks() As System.Collections.Generic.IList(Of Leadtools.Documents.DocumentBookmark)
Get
public:
property System::Collections::Generic::IList<Leadtools::Documents::DocumentBookmark^>^ Bookmarks
{
System::Collections::Generic::IList<Leadtools::Documents::DocumentBookmark^>^ get()
}
public List<DocumentBookmark> getBookmarks()
The list of bookmarks (table of content) in this document.
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.
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