LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsLoadByteOrder Enumeration

Show in webframe







Indicates the desired byte order when loading image files.
Syntax
public enum CodecsLoadByteOrder : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsLoadByteOrder 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsLoadByteOrder
public enum CodecsLoadByteOrder : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum CodecsLoadByteOrder
Leadtools.Codecs.CodecsLoadByteOrder = function() { };
Leadtools.Codecs.CodecsLoadByteOrder.prototype = {
Rgb = 0, Bgr = 1, Gray = 2, RgbOrGray = 3, BgrOrGray = 4, Romm = 5, BgrOrGrayOrRomm = 6, };
public enum class CodecsLoadByteOrder : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0RgbRed-green-blue order.
1BgrBlue-green-red order.
2Gray12 or 16-bit grayscale image.
3RgbOrGrayLoad the image as red, green, blue OR as a 12 or 16-bit grayscale image.
4BgrOrGrayLoad the image as blue, green, red OR as a 12 or 16-bit grayscale image.
5RommROMM order. ROMM only supports 24 and 48-bit images.
6BgrOrGrayOrRommLoad 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

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.