←Select platform

Children Property

Summary

Child bookmarks.

Syntax

C#
VB
Java
C++
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() 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly