Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
ExifPackage |
IExif.getExifPackage()
Gets the EXIF metadata package associated with the file.
|
ExifPackage |
JpegRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
PsdRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
ExifPackage |
TiffRootPackage.getExifPackage()
Gets the EXIF metadata package.
|
Modifier and Type | Method and Description |
---|---|
void |
IExif.setExifPackage(ExifPackage value)
Sets the EXIF metadata package associated with the file.
|
void |
JpegRootPackage.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.
|
Copyright © 2020. All rights reserved.