ImageGear for Java
ImGearMetadataLeaf Constructor(ImGearMetadataFormats,int,Object,Object,boolean)
Type of file format to which metadata belongs. This allows you to store JPEG metadata under TIFF metadata.
Represents identifier of metadata for particular file format.
Actual data to be stored in metadata node.
Identifier of attached data type.
Specifies whether node should be ignored during page (document) saving or not.

It is good for several leaves to refer to the same data object.

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.
Syntax
public ImGearMetadataLeaf( 
   ImGearMetadataFormats frmt,
   int tg,
   java.lang.Object data,
   java.lang.Object ntvTp,
   boolean ignoredOnSave
)

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.

It is good for several leaves to refer to the same data object.

See Also

Reference

ImGearMetadataLeaf Class
ImGearMetadataLeaf Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback