LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Order Property

Show in webframe





Gets or sets the desired color order for the conversion.
Syntax
public RasterByteOrder Order {get; set;}
'Declaration
 
Public Property Order As RasterByteOrder
'Usage
 
Dim instance As ColorResolutionActivity
Dim value As RasterByteOrder
 
instance.Order = value
 
value = instance.Order

            

            
public:
property RasterByteOrder Order {
   RasterByteOrder get();
   void set (    RasterByteOrder value);
}

Property Value

The desired color order for the conversion.
Requirements

Target Platforms

See Also

Reference

ColorResolutionActivity Class
ColorResolutionActivity Members

 

 


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