It adjusts the darkness relative to the current darkness setting.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public static void SetDarkness(
double darkness
) |
Visual Basic |
---|
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