ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataHead Class / ImGearMetadataHead Constructor / ImGearMetadataHead Constructor()




In This Topic
ImGearMetadataHead Constructor()
In This Topic
Initializes a new instance of the ImGearMetadataHead class.
Syntax
'Declaration
 
Public Function New()
 
'Usage
 
Dim instance As New ImGearMetadataHead()
Remarks
Constructor initializes node with empty metadata tree (null child) with specified format. Parent field is always null for the instances of this class. Trying to insert ImGearMetadataHead object as a Child to any node causes exception.

Parent field is always null for the instances of this class. Trying to insert ImGearMetadataHead object as a Child to any node causes exception.

See Also