The currentuserparam operator
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
internaldict name currentuserparam any
currentuserparam
obtains the value of one user parameter much as the standard PostScript-language operator currentuserparams
does for all user parameters.
When you require only one or two parameter values, it is more efficient to use currentuserparam
. For example:
/OverprintProcess currentuserparam
is functionally the same as:
currentuserparams /OverprintProcess get
but much more efficient.
See also: currentsystemparam
operator.