public class PngRootPackage extends ImageRootPackage implements IXmp, IExif
Represents the root package intended to work with metadata in a PNG image.
Learn more
| Modifier and Type | Method and Description |
|---|---|
ExifPackage |
getExifPackage()
Gets the EXIF metadata package.
|
PngPackage |
getPngPackage()
Gets the PNG native metadata package.
|
XmpPacketWrapper |
getXmpPackage()
Gets the XMP metadata package.
|
void |
setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
setXmpPackage(XmpPacketWrapper value)
Sets the XMP metadata package.
|
getImageTypecopyTo, getFileType, isLicensed, sanitizeaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final ExifPackage getExifPackage()
Gets the EXIF metadata package.
getExifPackage in interface IExifLearn more
public final PngPackage getPngPackage()
Gets the PNG native metadata package.
public final XmpPacketWrapper getXmpPackage()
Gets the XMP metadata package.
getXmpPackage in interface IXmpLearn more
public final void setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
setExifPackage in interface IExifvalue - The EXIF metadata package.
Learn more
public final void setXmpPackage(XmpPacketWrapper value)
Sets the XMP metadata package.
setXmpPackage in interface IXmpvalue - The XMP metadata package.
Learn more
Copyright © 2026. All rights reserved.