[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifDataType

ExifDataType Enum

Data types used in Exif.

Namespace: GrapeCity.Documents.Imaging.Exif
Assembly: DS.Documents.Imaging.dll
Syntax
public enum ExifDataType
Public Enum ExifDataType

Fields

Name Description
Ascii

An 8-bit byte containing one 7-bit ASCII code. The final byte is terminated with NULL.

Byte

An 8-bit unsigned integer.

Double

Double precision (8-byte) IEEE format.

Float

Single precision (4-byte) IEEE format.

IFD

Identical to LONG, but is only used to point to other valid IFDs.

Long

A 32-bit (4-byte) unsigned integer.

Rational

Two LONGs. The first LONG is the numerator and the second LONG expresses the denominator.

SByte

An 8-bit signed (twos-complement) integer.

SLong

(4-byte) signed integer (2's complement notation).

SRational

Two SLONGs. The first SLONG is the numerator and the second SLONG is the denominator.

SShort

A 16-bit (2-byte) signed (twos-complement) integer.

Short

A 16-bit (2-byte) unsigned integer.

Undefined

An 8-bit byte that may take any value depending on the field definition.