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




In This Topic
Clone Method (ImGearPage)
In This Topic
Creates new object that is exact copy of current instance.
Syntax
'Declaration
 
Public MustOverride Function Clone() As ImGearPage
 
'Usage
 
Dim instance As ImGearPage
Dim value As ImGearPage
 
value = instance.Clone()

Return Value

ImGearPage class object that is a copy of the current instance.
See Also