Sends all currently buffered output commands to the printer. It requires buffer is enabled on this print job through BufferOutput property.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public void BufferFlush() |
Visual Basic |
---|
Public Sub BufferFlush |
Visual C++ |
---|
public: void BufferFlush() |
Remarks
Forces all currently buffered output commands to be sent to the printer. This method can be invoked multiple times during print job processing.