Package: cairo

Function cairo:ps-surface-dsc-begin-page-setup

Lambda List

cairo:ps-surface-dsc-begin-page-setup (surface)

Arguments

surface -- a PostScript cairo:surface-t instance

Details

This function indicates that subsequent calls to the cairo:ps-surface-dsc-comment function should direct comments to the PageSetup section of the PostScript output.

This function call is only needed for the first page of a surface. It should be called after any call to the cairo:ps-surface-dsc-begin-setup and before any drawing is performed to the surface.

See the cairo:ps-surface-dsc-comment function for more details.
 

See also

2025-1-29