Sends all currently buffered output commands to the printer. It requires buffer is enabled on this print job through BufferOutput property.

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 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.

See Also