children Property (DocumentBookmark)

Summary

Gets a list of the child bookmarks.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentBookmark.prototype, 'children', 
	get: function() 
) 
TypeScript Syntax
children: DocumentBookmark[]; // read-only

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

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