Gets or sets the threshold percentage. Values range from 0 to 100.

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

Syntax

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

See Also