ExifTag
The ExifTag structure represents an individual EXIF tag associated with a photo. This structure is first introduced in API version 1.3.
ExifTag
{
int Id,
string Value,
string DisplayValue
}Members
- Id
- Tag identifier. This is the tag number as specified by the EXIF 2.2 specification.
- Value
- Raw, unformatted tag value, represented as a string.
- DisplayValue
- Formatted value suitable for displaying to the end user.
See Also