Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
Visual Basic (Usage)Copy Code
Dim instance As RasterDitheringMethod
C# 
public enum RasterDitheringMethod : Enum 
C++/CLI 
public enum class RasterDitheringMethod : public Enum 

Members

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

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also