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 > DocumentBookmark Class : Children Property |
public IList<DocumentBookmark> Children {get;}
'Declaration
Public ReadOnly Property Children As IList(Of DocumentBookmark)
'Usage
Dim instance As DocumentBookmark Dim value As IList(Of DocumentBookmark) value = instance.Children
public List<DocumentBookmark> getChildren()
public: property IList<DocumentBookmark^>^ Children { IList<DocumentBookmark^>^ get(); }
The document bookmarks should be constructed as a tree with each item having its children underneath.
For an example, refer to DocumentStructure.