Click or drag to resize

Printer.Idle Method (Typed)

X#
Instruct the system to process events while printing.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Idle() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
Printer:Idle() causes the system to continually check for other messages and process them, thus providing "background printing" functionality. If this method is not called, the system halts until the print operation is complete.
See Also