| Accusoft.ImagXpressSdk Namespace : ByteOrder Enumeration |
'Declaration Public Enum ByteOrder Inherits System.Enum
'Usage Dim instance As ByteOrder
public enum ByteOrder : System.Enum
__value public enum ByteOrder : public System.Enum
public enum class ByteOrder : public System.Enum
| Member | Value | Description |
|---|---|---|
| Default | 0 | The byte order from the original image if it was a TIFF format. |
| Intel | 1 | Intel byte (LittleEndian) order (II or 0x4949; in hex notation). |
| Motorola | 2 | Motorola byte (BigEndian) order (MM or 0x4D4D; in hex notation). |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.ByteOrder