public interface IExif
extends com.aspose.ms.System.IDisposable
Represents base methods for read/write EXIF data.
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 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.
ExifInfo
if image contains EXIF data; otherwise null.boolean updateExifInfo(ExifInfo exifInfo)
Updates EXIF data.
exifInfo
- EXIF data.
boolean removeExifInfo()
Removes EXIF metadata.
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 © 2017. All rights reserved.