RasterByteOrder Enumeration
Summary
Indicates the color byte order of the image data.
Syntax
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterByteOrder")]
public enum RasterByteOrder
<DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterByteOrder")>
Public Enum RasterByteOrder
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterByteOrder")]
public enum class RasterByteOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0 | Rgb | RGB |
1 | Bgr | BGR (inverse of RGB) |
2 | Gray | Grayscale |
5 | Romm | ROMM (BGR) |