←Select platform

Children Property (DocumentBookmark)

Summary

Child bookmarks.

Syntax

C#
VB
Java
C++
public System.Collections.Generic.IList<Leadtools.Documents.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize