public interface IExif
extends com.aspose.ms.System.IDisposable
Defines base operations intended to work with EXIF metadata.
Modifier and Type | Method and Description |
---|---|
ExifInfo |
getExifInfo()
Extracts the EXIF metadata package (if found).
|
ExifInfo |
getExifValues()
Gets the EXIF metadata package associated with the file.
|
GpsLocation |
getGpsLocation()
Gets GPS coordinates where the photo was taken.
|
boolean |
removeExifInfo()
Removes the existing EXIF metadata package.
|
boolean |
removeGpsLocation()
Removes GPS coordinates associated with the file.
|
boolean |
updateExifInfo(ExifInfo exifInfo)
Updates EXIF metadata.
|
ExifInfo getExifValues()
Gets the EXIF metadata package associated with the file.
ExifInfo getExifInfo()
Extracts the EXIF metadata package (if found).
ExifInfo
if the file contains EXIF metadata; otherwise, null.boolean updateExifInfo(ExifInfo exifInfo)
Updates EXIF metadata.
exifInfo
- An EXIF metadata package.
true
if the EXIF package is successfully replaced; otherwise, false.boolean removeExifInfo()
Removes the existing EXIF metadata package.
true
if the EXIF package is successfully removed; otherwise, false.
boolean removeGpsLocation()
Removes GPS coordinates associated with the file.
true
if the GPS location is successfully removed; otherwise, false.
GpsLocation getGpsLocation()
Gets GPS coordinates where the photo was taken.
GpsLocation
if the file contains appropriate metadata properties; otherwise, null.
Copyright © 2019. All rights reserved.