TiffByteOrder

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TiffByteOrder extends System.Enum

The byte order for the tiff image

Fields

FieldDescription
BigEndianThe big endian byte order (Motorola).
LittleEndianThe little endian byte order (Intel).

BigEndian

public static final int BigEndian

The big endian byte order (Motorola).

LittleEndian

public static final int LittleEndian

The little endian byte order (Intel).