<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > XPRINT > XPRINT_SetTray |
Description
Set the active printer tray.
Syntax
XPRINT_SetTray TrayType
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
PaperType |
Number |
No |
One of the following equates:
%DMBIN_UPPER = 1 %DMBIN_LOWER = 2 %DMBIN_MIDDLE = 3 %DMBIN_MANUAL = 4 %DMBIN_ENVELOPE = 5 %DMBIN_ENVMANUAL = 6 %DMBIN_AUTO = 7 %DMBIN_TRACTOR = 8 %DMBIN_SMALLFMT = 9 %DMBIN_LARGEFMT = 10 %DMBIN_LARGECAPACITY = 11 %DMBIN_CASSETTE = 14 %DMBIN_FORMSOURCE = 15
|
Remarks
Restrictions
See also
Examples