clone Method

Summary

Returns an exact clone of this object.

Syntax

JavaScript Syntax
DocumentBookmark.prototype.clone = function(withChildren) 
TypeScript Syntax
clone(withChildren: boolean): DocumentBookmark; 

Parameters

withChildren

true to clone the children of this bookmark and add them to the created object; otherwise; false.

Return Value

Exact clone of this object.

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