ImageGear .NET - Updated July 5, 2018
Clone Method (ImGearRasterPage)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRasterPage Class : Clone Method
Creates new object that is an exact copy of the current instance.
Syntax
'Declaration
 
Public Overrides Function Clone() As ImGearPage
 
'Usage
 
Dim instance As ImGearRasterPage
Dim value As ImGearPage
 
value = instance.Clone()

Return Value

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

Reference

ImGearRasterPage Class
ImGearRasterPage Members