Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterDitheringMethod Enumeration
See Also  
Leadtools Namespace : RasterDitheringMethod Enumeration



Indicates the dithering method used for the image

Syntax

Visual Basic (Declaration) 
Public Enum RasterDitheringMethod 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterDitheringMethod
C# 
public enum RasterDitheringMethod : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterDitheringMethod : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
None Use no dithering
FloydStein Use the Floyd-Steinberg method
Stucki Use the Stucki method
Burkes Use the Burkes method
Sierra Use the Sierra method
StevensonArce Use the Stevenson-Arce method
Jarvis Use the Jarvis method
Ordered Use ordered dithering, which is faster than other methods but is lower in quality
Clustered Use clustered dithering

Example

For and example, refer to ColorResolutionCommand

Remarks

For more information, refer to ColorResolutionCommand

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterDitheringMethod

Requirements

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

See Also