(v13) PageBufferSetup (page device)
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
Param | Val | ExType | Vers | Use? | HPS | Ref |
x | H | Y | All |
A procedure which is run after the page device dictionary has been set up, the media matching process run and the raster has been set up and page device information communicated to the
%pagebuffer%
device.
This is intended to allow arbitrary information to be transmitted to the page buffer device based on the contents of the page device dictionary. This is only useful to developers implementing a pagebuffer device in the core RIP and should not be changed by other users.
Default: {}
, but product dependent changes may be made to it. Developers working with GUI versions of the RIP must
append to the procedure supplied, not
replace it.