|
|
|
This object allows access to Exif metadata. The Exif data
format is described at http://www.exif.org/. |
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue7.ExifData
|
|
|
|
|
|
|
System.IDisposable
System.Collections.IEnumerable
System.Collections.Generic.IEnumerable<ExifRecord>
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
Dispose
|
|
Recycles the ExifData object. |
|
|
|
|
|
|
|
Embed
|
|
Combines an existing JPEG with the current Exif
information. |
|
|
|
|
|
|
|
GetEnumerator
|
|
Returns an iterator for the metadata records. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
All
|
|
The byte sequence of all the Exif data. |
|
|
|
|
|
|
|
Count
|
|
The number of Exif Records. |
|
|
|
|
|
|
|
Gps
|
|
The byte sequence of all the Gps data. |
|
|
|
|
|
|
|
Item[Int32]
|
|
Access to individual Exif Records. |
|
|
|
|
|
|
|
Item[String]
|
|
Access to individual Exif Records. |
|
|
|
|
|
|
|
Items
|
|
The Exif Records. |
|
|
|
|
|
|
|
Text
|
|
A Text presentation of the Exif data. |
|
|
|
|
|
|
|
Thumbnail
|
|
The byte sequence of the jpeg thumbnail image within the Exif
data. |
|
|
|
|
|
|
|
Xml
|
|
An Xml presentation of the Exif data. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|