C#
VB
Java
C++
Child bookmarks.
public IList<DocumentBookmark> Children { get; }
Public ReadOnly Property Children() As System.Collections.Generic.IList(Of Leadtools.Documents.DocumentBookmark)
Get
public:
property System::Collections::Generic::IList<Leadtools::Documents::DocumentBookmark^>^ Children
{
System::Collections::Generic::IList<Leadtools::Documents::DocumentBookmark^>^ get()
}
public List<DocumentBookmark> getChildren()
A list of the child bookmarks. Default value is an empty list.
The document bookmarks should be constructed as a tree with each item having its children underneath.
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