C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the desired byte order when loading image files.
public enum CodecsLoadByteOrder
Public Enum CodecsLoadByteOrder
public enum CodecsLoadByteOrder
typedef NS_ENUM(NSInteger, LTCodecsLoadByteOrder)
public enum CodecsLoadByteOrder
Leadtools.Codecs.CodecsLoadByteOrder = function() { };
Leadtools.Codecs.CodecsLoadByteOrder.prototype = {<br/>
Rgb = 0,
Bgr = 1,
Gray = 2,
RgbOrGray = 3,
BgrOrGray = 4,
Romm = 5,
BgrOrGrayOrRomm = 6,
};
public enum class CodecsLoadByteOrder
Members
Value | Member | Description |
---|---|---|
0 | Rgb | Red-green-blue order. |
1 | Bgr | Blue-green-red order. |
2 | Gray | 12 or 16-bit grayscale image. |
3 | RgbOrGray | Load the image as red, green, blue OR as a 12 or 16-bit grayscale image. |
4 | BgrOrGray | Load the image as blue, green, red OR as a 12 or 16-bit grayscale image. |
5 | Romm | ROMM order. ROMM only supports 24 and 48-bit images. |
6 | 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET