Accusoft.ImagXpress13.Net
ByteOrder Enumeration




Option values used to specify the TIFF file byte order.
Syntax
'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 
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

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback