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: 5.0.3500.0 (5.0.3500.4)
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); } |