clone Method

Summary

Returns an exact clone of this object.

Syntax
TypeScript
JavaScript
DocumentBookmark.prototype.clone = function( 
   withChildren 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly