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: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
DitherMethodSee Also