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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
BooleanSee Also