children Property

Summary

Gets a list of the child bookmarks.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentBookmark.prototype, 'children', 
   get: function(), 
   set: function(value) 
) 
children: DocumentBookmark[]; 

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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.