C#
VB
C++
Indicates the dithering method used for the image.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")]public enum RasterDitheringMethod
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")>Public Enum RasterDitheringMethodInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")]public enum class RasterDitheringMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0 | None | No dithering. |
| 1 | FloydStein | Floyd-Steinberg method |
| 2 | Stucki | Stucki method |
| 3 | Burkes | Burkes method |
| 4 | Sierra | Sierra method |
| 5 | StevensonArce | Stevenson-Arce method |
| 6 | Jarvis | Jarvis method |
| 7 | Ordered | Ordered dithering, which is faster than other methods but is lower in quality. |
| 8 | Clustered | Clustered dithering |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
