ImageGear for Java
setTIFF Method
com.accusoft.imagegear.formats.tif.ImGearTIFFMetadata class object.
Sets simplified access to TIFF metadata.

The user does not need to know exact location of TIFF metadata in the metadata tree. If TIFF metadata doesn't exist in the metadata tree, the method returns null.

You can add TIFF metadata to a metadata tree, if it was not present, by creating a new instance of com.accusoft.imagegear.formats.tif.ImGearTIFFMetadata class and assigning it using setTIFF method. However, this only allowed if metadata tree's target format is compatible with TIFF. Currently, two target formats support TIFF metadata: TIFF and JPEG.

com.accusoft.imagegear.formats.tif.ImGearTIFFMetadata

Syntax
public void setTIFF( 
   ImGearFormatMetadata value
)

Parameters

value
com.accusoft.imagegear.formats.tif.ImGearTIFFMetadata class object.
See Also

Reference

ImGearMetadataHead Class
ImGearMetadataHead Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback