It stops printing after the current label is complete (if one is printing) and places the printer in Pause Mode.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

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.

See Also