Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsLoadByteOrder Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsLoadByteOrder Enumeration



Indicates the desired byte order when loading image files.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsLoadByteOrder 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadByteOrder
C# 
public enum CodecsLoadByteOrder : Enum 
C++/CLI 
public enum class CodecsLoadByteOrder : public Enum 

Members

MemberDescription
Rgb Red-green-blue order.
Bgr Blue-green-red order.
Gray 12 or 16-bit grayscale image.
RgbOrGray Load the image as red, green, blue OR as a 12 or 16-bit grayscale image.
BgrOrGray Load the image as blue, green, red OR as a 12 or 16-bit grayscale image.
Romm ROMM order. ROMM only supports 24 and 48-bit images.
BgrOrGrayOrRomm Load the image as red, green, blue OR as a 12 or 16-bit grayscale image OR as ROMM. ROMM only supports 24 and 48-bit color images.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsLoadByteOrder

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also