Visual Basic (Declaration) | |
---|---|
Public Property RawOrder As RasterByteOrder |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsStartDecompressOptions Dim value As RasterByteOrder instance.RawOrder = value value = instance.RawOrder |
C# | |
---|---|
public RasterByteOrder RawOrder {get; set;} |
C++/CLI | |
---|---|
public: property RasterByteOrder RawOrder { RasterByteOrder get(); void set ( RasterByteOrder value); } |
Property Value
A Leadtools.RasterByteOrder that indicates the color order of 24-bit raw data.
This is ignored if the image is palettized. Possible values are:
Value | Meaning |
---|---|
RasterByteOrder.Rgb | Data is RGB |
RasterByteOrder.Bgr | Data is BGR |
For an example, refer to RasterCodecs.StartDecompress.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)