public interface IExif
extends com.aspose.ms.System.IDisposable
Represents base methods for reading/writing/deleting EXIF metadata.
Modifier and Type | Method and Description |
---|---|
ExifInfo |
getExifInfo()
Returns EXIF data.
|
ExifInfo |
getExifValues()
Gets
ExifInfo . |
GpsLocation |
getGpsLocation()
Gets GPS coordinates where a photo was taken.
|
boolean |
removeExifInfo()
Removes existing EXIF metadata.
|
boolean |
removeGpsLocation()
Removes GPS coordinates of the photo.
|
boolean |
updateExifInfo(ExifInfo exifInfo)
Updates EXIF data.
|
ExifInfo getExifValues()
Gets ExifInfo
. Provides access for all EXIF properties.
ExifInfo getExifInfo()
Returns EXIF data. Returns null if EXIF metadata is not exist.
ExifInfo
if image contains EXIF data; otherwise null.boolean updateExifInfo(ExifInfo exifInfo)
Updates EXIF data. If EXIF metadata is already exist then re-write it.
exifInfo
- EXIF data.
boolean removeExifInfo()
Removes existing EXIF metadata. It returns false if EXIF data not found.
true
if EXIF data found and removed; otherwise false
.
boolean removeGpsLocation()
Removes GPS coordinates of the photo.
GpsLocation getGpsLocation()
Gets GPS coordinates where a photo was taken.
Copyright © 2019. All rights reserved.