ImageGear v26.5 - Updated March 3, 2025
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)

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