[]
The base class for all Exif fields.
public abstract class ExifValue : IComparable<ExifValue>
protected ExifValue()
Gets the Exif data type of a single value.
public abstract ExifDataType DataType { get; }
Gets the part of Exif matadata used for storing the attribute.
public ExifDestination Destination { get; }
Gets the number of values stored in Exif field.
public int NumberOfComponents { get; }
Gets the associated tag ID.
public int TagID { get; }
Returns a hash code for the current object.
public override int GetHashCode()