It adjusts the darkness relative to the current darkness setting.

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 static void SetDarkness(
	double darkness
)
Visual Basic (Declaration)
Public Shared Sub SetDarkness ( _
	darkness As Double _
)
Visual C++
public:
static void SetDarkness(
	double darkness
)

Parameters

darkness
Type: System..::.Double
- For ZPL printers: The darkness level which must range from -30 to 30, depending on current value of printer settings. NOTE: The darkness level for the XiIIIPlus printer must be 0 to 30 in increments of 0.1. - For EPL printers: The darkness level which must range from 0 to 15.

See Also