|
|
|
This object allows access to Exif metadata. The Exif data
format is described at http://www.exif.org/. This collection of
records is immutable. |
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue8.Metadata.ExifData
|
|
|
|
|
|
|
System.Collections.Generic.IEnumerable<ExifItem>
System.Collections.IEnumerable
System.IDisposable
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
Dispose
|
|
Release any resources that are held by this object. |
|
|
|
|
|
|
|
Embed
|
|
Embeds this metadata into an existing JPEG. |
|
|
|
|
|
|
|
GetEnumerator
|
|
Returns an iterator for the metadata records. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
Count
|
|
The number of Exif Records. |
|
|
|
|
|
|
|
Data
|
|
The byte sequence of all the Exif data. |
|
|
|
|
|
|
|
Gps
|
|
The byte sequence of all the Gps data. |
|
|
|
|
|
|
|
Item[Int32]
|
|
Access to individual Exif Records. |
|
|
|
|
|
|
|
Item[String]
|
|
Access to individual Exif Records. |
|
|
|
|
|
|
|
Thumbnail
|
|
The byte sequence of the jpeg thumbnail image within the Exif
data. |
|
|
|
|
|
|
|
Xml
|
|
An Xml presentation of the Exif data. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|