ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataTree Class / ImGearMetadataTree Constructor / ImGearMetadataTree Constructor(ImGearMetadataFormats,Int32,String)
Type of file format to which metadata belongs. This allows you to store JPEG metadata under TIFF metadata.
Identifies type of metadata node for file format.
Name of the tag.




In This Topic
    ImGearMetadataTree Constructor(ImGearMetadataFormats,Int32,String)
    In This Topic
    Initializes a new instance of the ImGearMetadataTree class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal format As ImGearMetadataFormats, _
       ByVal tag As Integer, _
       ByVal name As String _
    )
    'Usage
     
    Dim format As ImGearMetadataFormats
    Dim tag As Integer
    Dim name As String
     
    Dim instance As New ImGearMetadataTree(format, tag, name)
    public ImGearMetadataTree( 
       ImGearMetadataFormats format,
       int tag,
       string name
    )
    public: ImGearMetadataTree( 
       ImGearMetadataFormats format,
       int tag,
       string* name
    )
    public:
    ImGearMetadataTree( 
       ImGearMetadataFormats format,
       int tag,
       String^ name
    )

    Parameters

    format
    Type of file format to which metadata belongs. This allows you to store JPEG metadata under TIFF metadata.
    tag
    Identifies type of metadata node for file format.
    name
    Name of the tag.
    See Also