←Select platform

Clone Method

Summary

Returns an exact clone of this object.

Syntax
C#
VB
C++
Java
public DocumentBookmark Clone( 
   bool withChildren 
) 
Public Function Clone( 
   ByVal withChildren As Boolean 
) As DocumentBookmark 
public:  
   DocumentBookmark^ Clone( 
      bool withChildren 
   ) 
public DocumentBookmark clone(boolean withChildren) 

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

Leadtools.Document Assembly

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