Initializes a new instance of the
ImGearMetadataTree class.
Syntax
'Declaration
Public Function New( _
ByVal As ImGearMetadataFormats, _
ByVal As Integer, _
ByVal 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 ,
int ,
string
)
public: ImGearMetadataTree(
ImGearMetadataFormats ,
int ,
string*
)
public:
ImGearMetadataTree(
ImGearMetadataFormats ,
int ,
String^
)
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