ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / Clone Method




In This Topic
Clone Method (ImGearDocumentPageArray)
In This Topic
Performs a deep copy of the page array (i.e., clones the pages as well.).
Syntax
'Declaration
 
Public Function Clone() As ImGearDocumentPageArray
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim value As ImGearDocumentPageArray
 
value = instance.Clone()

Return Value

See Also