Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
ExifPackage |
HeifRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
IExif.getExifPackage()
Gets the EXIF metadata package associated with the file.
|
ExifPackage |
Jpeg2000RootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
JpegRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
PngRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
PsdRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
TiffRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
WebPRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
Modifier and Type | Method and Description |
---|---|
void |
HeifRootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
IExif.setExifPackage(ExifPackage value)
Sets the EXIF metadata package associated with the file.
|
void |
Jpeg2000RootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
JpegRootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
PngRootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
PsdRootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
TiffRootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
WebPRootPackage.setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|