Specifications
QMS Crown
Technical
Reference Manual
Updates
E-9Manual Updates
Command setjogmode
Syntax
integer
setjogmode --
Purpose Sets the value of jogmode.This value is the default
jogging mode for the current print job.
Command defaultjogmode
Syntax defaultjogmode
integer
Purpose Reports the default jogmode.
Parameter
integer
Range 0 to 4
0—Do not jog
2—Jog at end of job
3—Jog after each set
Errors rangecheck, stackunderflow, typecheck
Notes
These codes can be used
In a setpagedevice call (level 2 only)
<< /Jog 2 >> setpagedevice % jog at end of job
With a jogging statusdict operator (level 1 or
level 2)
statusdict begin 2 setjogmode end % jog at end of job
The
PostScript Language Reference Manual
by
Addison Wesley (ISBN 0-201-18127-4) and the
PostScript Language Reference Manual Supple-
ment
(November 25, 1992) by Adobe Systems
Incorporated contain detailed information on the
setpagedevice operator's jogging parameter.
Notes If you change the default value for jogging it does not
affect the current job. However, if the default value is
changed, the engine's nvram values for jogging are also
changed.
Errors limitcheck, stackoverflow










