The RasterDitheringMethod Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates the dithering method used for the image| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterDitheringMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterDitheringMethod | |
| C# | |
|---|---|
public enum RasterDitheringMethod : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class RasterDitheringMethod : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Burkes | Burkes method |
| Clustered | Clustered dithering |
| FloydStein | Floyd-Steinberg method |
| Jarvis | Jarvis method |
| None | No dithering |
| Ordered | Ordered dithering, which is faster than other methods but is lower in quality |
| Sierra | Sierra method |
| StevensonArce | Stevenson-Arce method |
| Stucki | Stucki method |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Raster.RasterDitheringMethod
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code