Specifications
QMS Crown
Technical
Reference Manual
Updates
E-7Manual Updates
The NVRAM values are boolean, so they are translated to integers in
the following manner:
1 A false value is translated to zero.
2 A true value is translated to three (use at end of set).
Command staplemode
Syntax staplemode integer
Purpose Reports the current value of staplemode
Errors limitcheck, stackoverflow
Command setstaplemode
Syntax
integer
setstaplemode
--
Purpose Sets the value of staplemode.This value is the
default stapling mode for the current print job.
Parameter
integer
Range 0 to 4
0—Do not staple
2—Staple at end of job
3—Staple after each set
Errors rangecheck, stackunderflow, typecheck
Notes
These codes can be used
In a setpagedevice call (level 2 only)
<< /Staple 2 >> setpagedevice % staple at end of job
With a stapling statusdict operator (level 1
or level 2)
statusdict begin 2 setstaplemode end % staple 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 stapling parameter.










