An Exif metadata record, contained in some picture files. The Exif data format is described at http://www.exif.org/.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.Metadata.ExifItem
Notes

This class is sealed. It cannot be derived from.

Properties
Property Description
Data The original byte data of the Exif record.
Name The Exif Name field.
Tag The Exif Tag ID.
Value The Value of the Exif record.
Example

None.