public final class TiffByteOrder
extends com.aspose.ms.System.Enum
The byte order for the tiff image
Modifier and Type | Field and Description |
---|---|
static int |
BigEndian
The big endian byte order (Motorola).
|
static int |
LittleEndian
The little endian byte order (Intel).
|
public static final int BigEndian
The big endian byte order (Motorola).
public static final int LittleEndian
The little endian byte order (Intel).