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).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int BigEndian
The big endian byte order (Motorola).
public static final int LittleEndian
The little endian byte order (Intel).