-Q <printerName> |
SELECT print-file ASSIGN TO PRINT "-Q Samsung-ML-3471ND" ORGANIZATION LINE SEQUENTIAL |
-Q <printerName>;DIRECT=<value>;FONT=<value>;PITCH=<value>;LINES=<value>;ORIENTATION=<value>;COPY=<value> |
DIRECT | Two possible values are allowed: “ON”: all file operations are directly redirected to the printer. “OFF”: all file operations are redirected to the print spooler. |
FONT | Specifies the name of the font. Spaces are allowed so double quotes must not be used in order to delimit the font name. |
PITCH | Specifies the size of the font |
LINES | Specifies the number of lines for each page. When this number is reached, a new page is printed. |
ORIENTATION | Three possible values are allowed: 0: default printer orientation 1: portrait orientation 2: landscape orientation |
COPY | Specifies the number of copies. |
-Q Samsung-ML-3471ND;FONT=Courier New;PITCH=10;ORIENTATION=2 |