Programming with Reflection

image\rwnprg32.gif IssuePrinterCommand method

 

Syntax object.IssuePrinterCommand PrinterCommand

 

Description

Issues a command to the terminal printer.

Arguments

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command