Gets or sets the dithering method to be used for monochrome conversion. Default value is OtsuThreshold.
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
| C# | 
|---|
public DitherMethod DitherMethod { get; set; }  | 
| Visual Basic | 
|---|
Public Property DitherMethod As DitherMethod Get Set  | 
| Visual C++ | 
|---|
public: property DitherMethod DitherMethod { DitherMethod get (); void set (DitherMethod value); }  |