ExifValueType Enumeration
Defines the types of an exif entry's value.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.6.7
public enum ExifValueType
Public Enumeration ExifValueType
| Unknown | Unknown |
| Byte | Byte (maps to Byte) |
| Ascii | Ascii (maps to String) |
| Short | Short (maps to UInt16) |
| Long | Long (maps to UInt32) |
| Rational | Rational |
| SignedByte | SignedByte (maps to SByte) |
| Undefined | Undefined (maps to byte) |
| SignedShort | SignedShort (maps to Int16) |
| SignedLong | SignedLong (maps to Int32) |
| SignedRational | Signed rational |
| SingleFloat | SingleFloat (maps to Single) |
| DoubleFloat | DoubleFloat (maps to Double) |