It determines the action the printer takes after a label or group of labels has printed.
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 SetPrintMode(
PrintMode printMode
) |
Visual Basic |
---|
Public Shared Sub SetPrintMode ( _
printMode As PrintMode _
) |
Visual C++ |
---|
public:
static void SetPrintMode(
PrintMode printMode
) |
Parameters
- printMode
- Type: Neodynamic.SDK.Printing..::..PrintMode
The print mode. Be sure to select the appropriate value for the print mode being used to avoid unexpected results. Note that not all printers support all options. Please refer to the printer user manual for further details.
See Also