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 | PageBufferSetup procedures |
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 %pagebuffer%
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. Even there, developers usually need to send parameters to the raster backend; for that purpose, the RasterParams mechanism is ideal.
Default: {}
, but product-dependent changes may be made to it.
Developers working with an HMR RIP must append to the procedure supplied, not replace it.