children Property

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly