Gets or sets the threshold percentage used for converting the font glyphs to black and white graphics. Values range from 0 to 100. Default value is 90.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public int Threshold { get; set; }
Visual Basic
Public Property Threshold As Integer
	Get
	Set
Visual C++
public:
property int Threshold {
	int get ();
	void set (int value);
}

See Also