Lexmark C762 Range User Manual


 
PostScript
4-45
setsccinteractive
channel baud options setsccinteractive
supports compatibility with the IBM LaserPrinters 4019, 4029, and 4039. It is
parsed, and three integers are removed from the stack and discarded.
Errors: invalidaccess, rangecheck, stackunderflow, typecheck
setsoftwareiomode
integer setsoftwareiomode —
supports compatibility with the IBM LaserPrinters 4019, 4029, and 4039. It is
parsed, and an integer is removed from the stack and discarded.
This command validates that the integer value provided is an Adobe-supported
value of 0, 1, 2, 3, 4, 5, or 100, and then discards the operator and value.
Errors: stackunderflow, typecheck, invalidaccess, rangecheck
settumble
boolean settumble —
sets the value of the Tumble page device parameter for the current print job.
true sets the tumble setting to short-edge binding (back side of the
duplexed page prints upside down in relation to the front side)
false sets the tumble setting to long-edge binding (back side of the
duplexed page prints in the same orientation as the front) (default)
No error is generated if a duplex unit is not installed.
Notes:
At the start of the next print job, the setting for tumble is reset to the user
default setting for the
Duplex Bind menu item.
If tumble is changed between the printing of a front and back side of a
duplexed sheet, a blank back side is not ejected.
This operator is equivalent to executing the following PostScript emulation
sequence:
<< /Tumble
boolean >> setpagedevice
Errors: stackunderflow, typecheck