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.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);
} |
Property Value
Type:
Int32See Also