Lexmark C762, C760 4-22, dojamrecovery, doprinterrors, doret, PostScript, Error stackoverflow

Models: C762 C760

1 402
Download 402 pages 23.32 Kb
Page 199
Image 199
4-22
Print PS Error

4-22 dojamrecovery

PostScript

dojamrecovery

— dojamrecovery boolean

queries the user default setting of the Jam Recovery menu item. A boolean value is returned on the stack:

true reprint jammed page (Jam Recovery is set to On) (default) false do not reprint jammed page (Jam Recovery is set to Off)

This operator is equivalent to executing the following PostScript emulation sequence:

currentpagedevice /ExitJamRecovery get

Error: stackoverflow

doprinterrors

— doprinterrors boolean

returns a boolean with the same value as the system parameter DoPrintErrors.

It also indicates the current value of theprinter setting. The DoPrintErrors system parameter must be present for the doprinterrors operator to be present.

Error: stackoverflow

doret

doret integer

returns the PQET setting for the current print job. An integer value is returned on the stack:

0Off

1On

Note: For printers that do not support PQET, doret returns a 0.

This operator is equivalent to executing the following PostScript emulation sequence:

currentpagedevice /PostRenderingEnhanceDetails get /REValue get

Error: stackoverflow

Page 199
Image 199
Lexmark C762, C760 manual 4-22, dojamrecovery, doprinterrors, doret, PostScript, Error stackoverflow