<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > XPRINT > XPRINT_SET |
Description
Set some printer options.
Syntax
XPRINT_Set(InfoType, ...)
XPRINT_Set(%XPRINT_SET_MIX , MixMode)
XPRINT_Set(%XPRINT_SET_ORIENTATION , Orientation)
XPRINT_Set(%XPRINT_SET_PIXEL , XPos, YPos, RgbColor)
XPRINT_Set(%XPRINT_SET_PIXEL_STEP , XPos, YPos, RgbColor)
XPRINT_Set(%XPRINT_SET_POS , XPos, YPos)
XPRINT_Set(%XPRINT_SET_POS_STEP , XPos, YPos)
XPRINT_Set(%XPRINT_SET_QUALITY , Quality)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
InfoType |
Number |
No |
Use equates in order to specify information type. |
Remarks
Restrictions
See also
Examples