ExifValueType Enumeration

Defines the types of an exif entry's value.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public enum ExifValueType

Members

UnknownUnknown
ByteByte (maps to Byte)
AsciiAscii (maps to String)
ShortShort (maps to UInt16)
LongLong (maps to UInt32)
RationalRational
SignedByteSignedByte (maps to SByte)
UndefinedUndefined (maps to byte)
SignedShortSignedShort (maps to Int16)
SignedLongSignedLong (maps to Int32)
SignedRationalSigned rational
SingleFloatSingleFloat (maps to Single)
DoubleFloatDoubleFloat (maps to Double)

See Also