| AccusoftImagXpress13 ActiveX DLL : enumSaveTIFFByteOrder Enumeration |
| Member | Value | Description |
|---|---|---|
| TIFF_DEFAULT | 0 | Will return 1 or 2 depending on reading file. |
| TIFF_INTEL | 1 | Intel Byte (LittleEndian) Order ("II" or &H4949 in hex notation). |
| TIFF_MOTOROLA | 2 | Motorola Byte (BigEndian) Order ("MM" or &H4D4D in hex notation). |