ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataTree Class / ImGearMetadataTree Constructor / ImGearMetadataTree Constructor(ImGearMetadataFormats,Int32)
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.




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

    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.
    See Also