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




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

Return Value

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