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: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public static void PausePrinting()
Visual Basic (Declaration)
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