ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataLeaf Class / ImGearMetadataLeaf Constructor / ImGearMetadataLeaf Constructor()




In This Topic
ImGearMetadataLeaf Constructor()
In This Topic
Initializes a new instance of the ImGearMetadataLeaf class with data attached to the node and its type as value of ImageGear.Formats.ImGearNativeDataTypes enum.
Syntax
'Declaration
 
Public Function New()
 
'Usage
 
Dim instance As New ImGearMetadataLeaf()
Remarks
It is good for several leaves to refer to the same data object.
See Also