Lexmark C762 Range User Manual


 
PostScript
4-44
setresolution
integer setresolution —
changes the resolution for the current print job and discards unprinted data. See
your printer documentation for a list of supported resolutions. The following
integers are valid:
300 300 dpi is set to On
600 600 dpi is set to On
1200 1200 dpi is set to On
Notes:
For some printers, the resolution value returns to the user default setting for
the
Print Resolution menu item at the end of the print job.
The printer waits for the paper path to clear before changing the resolution.
If the resolution is changed for the back side of a duplexed sheet, the printer
ejects a blank back page, changes the resolution, and prints the information
for the page where the resolution was changed on the front side of the next
sheet.
This operator is equivalent to executing the following PostScript emulation
sequence:
<< /HWResolution [xres yres] >> setpagedevice
where
xres = yres.
Errors: rangecheck, stackunderflow, typecheck
setsccbatch
integer integer integer setsccbatch —
supports compatibility with the IBM LaserPrinters 4019, 4029, and 4039. It is
parsed, and three integers are removed from the stack and discarded.
Error: stackunderflow