PostScript
4-52
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
ThevaluereturnstotheJobTimeout 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-18.
setprintername
string setprintername —
changes the PrinterName system parameter to the value of the string.The
stringvaluecanbeanystringupto32characters.
This operator is equivalent to executing the following PostScript emulation
sequence:
<< /PrinterName (string) >> setsystemparams
Errors: invalidaccess, limitcheck, stackunderflow, typecheck