Function PSSurface.dscBeginPageSetup
This function indicates that subsequent calls to
dscComment
() 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 dscBeginSetup
() and
before any drawing is performed to the surface.
See dscComment
() for more details.
Prototype
void dscBeginPageSetup();
Authors
Johannes Pfau | cairoD |
cairo team | cairo |
Copyright
License
cairoD wrapper/bindings | Boost License 1.0 |
cairo | LGPL 2.1 / MPL 1.1 |