Gets or sets the threshold percentage. Values range from 0 to 100. Default value is 50.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

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