←Select platform

Clone Method

Summary

Returns an extact clone of this object.

Syntax

C#
VB
Java
C++
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

Extact 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