Accusoft.ImagXpress12.Net
ByteOrder Enumeration
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace : ByteOrder Enumeration




Glossary Item Box

Option values used to specify the TIFF file byte order.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Default0The byte order from the original image if it was a TIFF format.
Intel1Intel byte (LittleEndian) order (II or 0x4949; in hex notation).
Motorola2Motorola byte (BigEndian) order (MM or 0x4D4D; in hex notation).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.ByteOrder

See Also

©2013. Accusoft Corporation. All Rights Reserved.