Programming with Reflection
IssuePrinterCommand method
Syntax object.IssuePrinterCommand PrinterCommand
Issues a command to the terminal printer.
PrinterCommand Argument type: Enumeration
The command to be sent. The possible values are:
rcPrintPA1
Instructs the printer session to send a PA1 to the host. This value is relevant only for 3287 printing.
rcPrintPA2
Instructs the printer session to send a PA2 to the host. This value is relevant only for 3287 printing.
rcCancelPrint
Sends a Cancel Print command to the printer session. This value is relevant both for 3812 printing and 3287 printing.
rcReprintBuffer
Sends a Reprint command to the printer session. This value is relevant only for 3287 printing.
rcResetPrinter
Sends a Reset command to the printer session. This value is relevant both for 3812 printing and 3287 printing.
rcFlushPrint
Sends a Flush command to the printer session. This value is relevant both for 3812 printing and 3287 printing.