| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28 	
                       		
			       | 
             
| Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : Order Property | 
public RasterByteOrder Order {get; set;}
'Declaration
 
Public Property Order As RasterByteOrder
'Usage
 
Dim instance As ColorResolutionCommand 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); }