Accusoft.ImagXpressSdk Namespace : ByteOrder Enumeration |
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