LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CodecsLoadByteOrder Enumeration






Indicates the desired byte order when loading image files. .NET support WinRT support Silverlight support
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  
Leadtools.Codecs.CodecsLoadByteOrder = function() { };
Leadtools.Codecs.CodecsLoadByteOrder.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsLoadByteOrder : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BgrBlue-green-red order.
BgrOrGrayLoad the image as blue, green, red OR as a 12 or 16-bit grayscale image.
BgrOrGrayOrRommLoad 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.
Gray12 or 16-bit grayscale image.
RgbRed-green-blue order.
RgbOrGrayLoad the image as red, green, blue OR as a 12 or 16-bit grayscale image.
RommROMM order. ROMM only supports 24 and 48-bit images.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.