TiffByteOrder
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffByteOrder extends System.Enum
L’ordre des octets pour l’image tiff
Champs
| Champ | Description |
|---|---|
| BigEndian | L’ordre des octets big endian (Motorola). |
| LittleEndian | L’ordre des octets little endian (Intel). |
BigEndian
public static final int BigEndian
L’ordre des octets big endian (Motorola).
LittleEndian
public static final int LittleEndian
L’ordre des octets little endian (Intel).