←Select platform

Children Property

Summary

Child bookmarks.

Syntax
C#
VB
C++
Java
public IList<DocumentBookmark> Children { get; } 
Public ReadOnly Property Children() As System.Collections.Generic.IList(Of Leadtools.Document.DocumentBookmark) 
   Get 
public:  
   property System::Collections::Generic::IList<Leadtools::Documents::DocumentBookmark^>^ Children 
   { 
      System::Collections::Generic::IList<Leadtools::Documents::DocumentBookmark^>^ get() 
   } 
public List<DocumentBookmark> getChildren() 

Property Value

A list of the child bookmarks. Default value is an empty list.

Remarks

The document bookmarks should be constructed as a tree with each item having its children underneath.

Example

For an example, refer to DocumentStructure.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly