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




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

Return Value

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