Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
DitheringMethod Property
See Also 
Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : DitheringMethod Property



Dithering options

Syntax

Visual Basic (Declaration) 
Public Property DitheringMethod As RasterDitheringMethod
Visual Basic (Usage)Copy Code
Dim instance As ColorResolutionCommand
Dim value As RasterDitheringMethod
 
instance.DitheringMethod = value
 
value = instance.DitheringMethod
C# 
public RasterDitheringMethod DitheringMethod {get; set;}
C++/CLI 
public:
property RasterDitheringMethod DitheringMethod {
   RasterDitheringMethod get();
   void set (RasterDitheringMethod value);
}

Return Value

Dithering option.

Example

For an example, refer to ColorResolutionCommand.

Remarks

Useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).

For more information, refer to Color Resolution and Dithering.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also