PostScript
4-58
setjobtimeout
integer setjobtimeout —
changes the value of the JobTimeout user parameter for the next page through
the end of the print job. Valid integers are:
0 disabled
15...65355 seconds
The value returns to the JobTimeout system parameter setting at the end of the
print job.
This operator is equivalent to executing the following PostScript emulation
sequence:
<</JobTimeout integer >> setuserparams
Errors: rangecheck, stackunderflow, typecheck
setpapertray
See page 4-24.
setprintername
string setprintername —
changes the PrinterName system parameter to the value of the string.The
string value can be any string up to 32 characters.
This operator is equivalent to executing the following PostScript emulation
sequence:
<< /PrinterName (string) >> setsystemparams
Errors: invalidaccess, limitcheck, stackunderflow, typecheck