Package | Description |
---|---|
com.groupdocs.metadata.legacy |
Modifier and Type | Method and Description |
---|---|
ExifInfo |
ExifMetadata.getData()
Deprecated.
Gets EXIF data.
|
ExifInfo |
IExif.getExifInfo()
Deprecated.
Extracts the EXIF metadata package (if found).
|
ExifInfo |
JpegFormat.getExifInfo()
Deprecated.
Extracts the EXIF metadata package (if found).
|
ExifInfo |
PsdFormat.getExifInfo()
Deprecated.
Returns EXIF data.
|
ExifInfo |
TiffFormat.getExifInfo()
Deprecated.
Extracts the EXIF metadata package (if found).
|
ExifInfo |
IExif.getExifValues()
Deprecated.
Gets the EXIF metadata package associated with the file.
|
ExifInfo |
JpegFormat.getExifValues()
Deprecated.
Gets the EXIF metadata package associated with the file.
|
ExifInfo |
TiffFormat.getExifValues()
Deprecated.
Gets the EXIF metadata package associated with the file.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifMetadata.setData(ExifInfo value)
Deprecated.
Sets EXIF data.
|
boolean |
JpegFormat.setExifInfo(ExifInfo exifInfo)
Deprecated.
Updates EXIF metadata.
|
boolean |
IExif.updateExifInfo(ExifInfo exifInfo)
Deprecated.
Updates EXIF metadata.
|
boolean |
JpegFormat.updateExifInfo(ExifInfo exifInfo)
Deprecated.
Updates EXIF metadata.
|
boolean |
TiffFormat.updateExifInfo(ExifInfo exifInfo)
Deprecated.
Updates EXIF metadata.
|
Copyright © 2020. All rights reserved.