Class | Description | |
---|---|---|
ExifAscii | Represents an Exif field with string value. | |
ExifByte | Represents an Exif field with 8-bit byte values. | |
ExifDouble | Represents an Exif field with double-precision floating-point numbers. | |
ExifFloat | Represents an Exif field with single-precision floating-point numbers. | |
ExifLong | Represents an Exif field with unsigned 32-bit integer values. | |
ExifProfile | Represents Exif metadata of an image. | |
ExifRational | Represents an Exif field with unsigned rational values. | |
ExifSByte | Represents an Exif field with 8-bit signed byte values. | |
ExifShort | Represents an Exif field with unsigned 16-bit integer values. | |
ExifShortOrLong | Represents an Exif field with unsigned 16-bit or 32-bit integer values. | |
ExifSLong | Represents an Exif field with 32-bit integer values. | |
ExifSRational | Represents an Exif field with rational (positive or negative) values. | |
ExifSShort | Represents an Exif field with 16-bit signed integer values. | |
ExifUndefined | Represents an Exif field with UNDEFINED (8-bit byte) values. | |
ExifValue | The base class for all Exif fields. |