Atom Clone Function. Creates a deep copy of the current Atom. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Creates a deep copy of the current Atom.

 

   
Syntax  

[C#]
Atom Clone()

[Visual Basic]
Function Clone() As Atom

 

   

Params
 
Name Description
return The newly created copy.

 

   

Notes
 

This function creates a new object that is a copy of this instance.

The copy is a deep copy and all contained Atoms are copied as part of the clone process

 

   

Example
 

None.