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

DitheringMethod Property

Show in webframe





Gets or sets the dithering options used when converting the image.
Syntax
public RasterDitheringMethod DitheringMethod {get; set;}
'Declaration
 
Public Property DitheringMethod As RasterDitheringMethod
'Usage
 
Dim instance As ColorResolutionActivity
Dim value As RasterDitheringMethod
 
instance.DitheringMethod = value
 
value = instance.DitheringMethod

            

            
public:
property RasterDitheringMethod DitheringMethod {
   RasterDitheringMethod get();
   void set (    RasterDitheringMethod value);
}

Property Value

The dithering option used when converting the image.
Remarks
The dithering method is useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
Requirements

Target Platforms

See Also

Reference

ColorResolutionActivity Class
ColorResolutionActivity Members

 

 


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