LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Order Property (WindowLevelCommand)

Show in webframe







Gets or sets a value indicating the color order if the output image will be 24-bit.
Syntax
public RasterByteOrder Order {get; set;}
'Declaration
 
Public Property Order As RasterByteOrder
'Usage
 
Dim instance As WindowLevelCommand
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)
            
 
get_Order();
set_Order(value);
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 24-bit. If the LookupTable property is null, this property is ignored.
Example
Refer to WindowLevelCommand.
Requirements

Target Platforms

See Also

Reference

WindowLevelCommand Class
WindowLevelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.