ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataHead Class / ImGearMetadataHead Constructor / ImGearMetadataHead Constructor(ImGearMetadataFormats)
ImageGear.Formats.ImGearMetadataFormats enum value to specify metadata format.




In This Topic
    ImGearMetadataHead Constructor(ImGearMetadataFormats)
    In This Topic
    Initializes a new instance of the ImGearMetadataHead class for the specified format.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal format As ImGearMetadataFormats _
    )
    'Usage
     
    Dim format As ImGearMetadataFormats
     
    Dim instance As New ImGearMetadataHead(format)
    public ImGearMetadataHead( 
       ImGearMetadataFormats format
    )
    public: ImGearMetadataHead( 
       ImGearMetadataFormats format
    )
    public:
    ImGearMetadataHead( 
       ImGearMetadataFormats format
    )

    Parameters

    format
    ImageGear.Formats.ImGearMetadataFormats enum value to specify metadata format.
    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