ImageGear v26.3 - Updated
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()
    public ImGearMetadataLeaf()
    public: ImGearMetadataLeaf();
    public:
    ImGearMetadataLeaf();
    Remarks
    It is good for several leaves to refer to the same data object.
    See Also