Gets or sets a value indicating whether to buffer output printer commands. When the printer commands are buffered, the print job does not send them to the printer until the print job has been processed, or until the BufferFlush method is invoked. Default value is false i.e. the output is not buffered but sent to the printer while processing the print job.

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 bool BufferOutput { get; set; }
Visual Basic
Public Property BufferOutput As Boolean
	Get
	Set
Visual C++
public:
property bool BufferOutput {
	bool get ();
	void set (bool value);
}

See Also