Gets or sets the threshold percentage. Values range from 0 to 100. Default value is 50.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |