Leadtools.Codecs Namespace : CodecsLoadByteOrder Enumeration |
public enum CodecsLoadByteOrder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsLoadByteOrder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsLoadByteOrder
public enum CodecsLoadByteOrder : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Codecs.CodecsLoadByteOrder = function() { }; Leadtools.Codecs.CodecsLoadByteOrder.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsLoadByteOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Bgr | Blue-green-red order. |
BgrOrGray | Load the image as blue, green, red OR as a 12 or 16-bit grayscale image. |
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. |
Gray | 12 or 16-bit grayscale image. |
Rgb | Red-green-blue order. |
RgbOrGray | Load the image as red, green, blue OR as a 12 or 16-bit grayscale image. |
Romm | ROMM order. ROMM only supports 24 and 48-bit images. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsLoadByteOrder
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