Enum InterOpType
Represents the type code defined in the Exif standard.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum InterOpType : ushort
Fields
| Name | Description |
|---|---|
| ASCII | ASCII (byte array) |
| BYTE | BYTE (byte) |
| DOUBLE | DOUBLE (double) |
| FLOAT | FLOAT (float) |
| LONG | LONG (uint) |
| RATIONAL | RATIONAL (2 x uint: numerator, denominator) |
| SBYTE | BYTE (sbyte) |
| SHORT | SHORT (ushort) |
| SLONG | SLONG (int) |
| SRATIONAL | SRATIONAL (2 x int: numerator, denominator) |
| SSHORT | SSHORT (short) |
| UNDEFINED | UNDEFINED (byte array) |