Initializes a new instance of the
ImGearMetadataLeaf class with data attached to the node and its type as value of
com.accusoft.imagegear.formats.ImGearNativeDataTypes enum.
public ImGearMetadataLeaf(
ImGearMetadataFormats ,
int ,
java.lang.Object ,
java.lang.Object ,
boolean ,
java.lang.String
)
|
Parameters
- frmt
- Type of file format to which metadata belongs. This allows you to store JPEG metadata under TIFF metadata.
- tg
- Represents identifier of metadata for particular file format.
- data
- Actual data to be stored in metadata node.
- ntvTp
- Identifier of attached data type.
- ignoredOnSave
- Specifies whether node should be ignored during page (document) saving or not.
- nm
- Name of the leaf.
Return Value
A new instance of
ImGearMetadataLeaf class.
It is good for several leaves to refer to the same data object.