Enum image

TIFFByteOrder

Namespace: Datalogics::PDFL

Description

TIFF Byte Order values describing the byte order used within a file.

Values

BigEndian

Use Big Endian order (Motorola).

LittleEndian

Use Little Endian order (Intel).

Host

Use the host machine's Endian order.