Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

RawOrder Property








Gets or sets a value indicating the color order of 24-bit raw data.
Syntax
public RasterByteOrder RawOrder {get; set;}
'Declaration
 
Public Property RawOrder As RasterByteOrder
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value As RasterByteOrder
 
instance.RawOrder = value
 
value = instance.RawOrder
public RasterByteOrder RawOrder {get; set;}
@property (nonatomic, assign) LTRasterByteOrder rawOrder
public RasterByteOrder getRawOrder()
public void setRawOrder(RasterByteOrder value)
            
 <br/>get_RawOrder();<br/>set_RawOrder(value);<br/>Object.defineProperty('RawOrder'); 
public:
property RasterByteOrder RawOrder {
   RasterByteOrder get();
   void set (    RasterByteOrder value);
}

Property Value

A 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
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

Error processing SSI file