Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Order Property (WindowLevelExtCommand)








Gets or sets a value indicating the color order if the output image will be 48-bit.
Syntax
public RasterByteOrder Order {get; set;}
'Declaration
 
Public Property Order As RasterByteOrder
'Usage
 
Dim instance As WindowLevelExtCommand
Dim value As RasterByteOrder
 
instance.Order = value
 
value = instance.Order
public RasterByteOrder Order {get; set;}
@property (nonatomic, assign) LTRasterByteOrder order
public RasterByteOrder getOrder()
public void setOrder(RasterByteOrder value)
            
 <br/>get_Order();<br/>set_Order(value);<br/>Object.defineProperty('Order'); 
public:
property RasterByteOrder Order {
   RasterByteOrder get();
   void set (    RasterByteOrder value);
}

Property Value

Value indicating the color order if the output image will be 48-bit. If the LookupTable property is null, this property is ignored.
Example
Refer to WindowLevelExtCommand.
Requirements

Target Platforms

See Also

Reference

WindowLevelExtCommand Class
WindowLevelExtCommand Members

Error processing SSI file