C#
VB
Java
Objective-C
WinRT C#
C++
Represents the type of dithering in the image.
public enum DitheringType Public Enum DitheringType
public enum DitheringType typedef NS_ENUM(NSInteger, LTDitheringType) public enum DitheringType Leadtools.ImageProcessing.Core.DitheringType = function() { };Leadtools.ImageProcessing.Core.DitheringType.prototype = {<br/>Undithered = 0,TextDither = 1,WhiteDither = 2,};
public enum class DitheringType Members
| Value | Member | Description |
|---|---|---|
| 0 | Undithered | No Dither |
| 1 | TextDither | Text Dither. |
| 2 | WhiteDither | White Dither |
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
