ImageGear for Java
setIPTC Method
com.accusoft.imagegear.formats.iptc.ImGearIPTCMetadata class object.
Sets simplified access to IPTC metadata.

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

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

com.accusoft.imagegear.formats.iptc.ImGearIPTCMetadata

Syntax
public void setIPTC( 
   ImGearFormatMetadata value
)

Parameters

value
com.accusoft.imagegear.formats.iptc.ImGearIPTCMetadata class object.
See Also

Reference

ImGearMetadataHead Class
ImGearMetadataHead Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback