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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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