ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearMetadataHead Class : getXMP Method |
The method returns null if XMP metadata doesn't exist in the metadata tree.
You can add XMP metadata to a metadata tree, if it is not present, by creating a new instance of com.accusoft.imagegear.formats.xmp.ImGearXMPMetadataRoot class and assigning it using setXMP method. However, this is only allowed if metadata tree's target format is compatible with XMP. Currently, the following target formats support XMP metadata: TIFF, JPEG, PSD, PDF, PS
public ImGearFormatMetadata getXMP() |