It stops printing after the current label is complete (if one is printing) and places the printer in Pause Mode.
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 PausePrinting() |
| Visual Basic |
|---|
Public Shared Sub PausePrinting |
| Visual C++ |
|---|
public: static void PausePrinting() |
Remarks
The effect of this method is not immediate. Therefore, several labels might print before a pause is performed. The operation is identical to pressing PAUSE on the control panel of the printer. The printer remains paused until PAUSE is pressed or a call to "StartPrinting" method.