cairoPsSurfaceDscBeginPageSetup {RGtk2} | R Documentation |
This function indicates that subsequent calls to
cairoPsSurfaceDscComment
should direct comments to the
PageSetup section of the PostScript output.
cairoPsSurfaceDscBeginPageSetup(surface)
|
[CairoSurface ] a PostScript cairo_surface_t |
This function call is only needed for the first page of a
surface. It should be called after any call to
cairoPsSurfaceDscBeginSetup
and before any drawing is
performed to the surface.
See cairoPsSurfaceDscComment
for more details.
Since 1.2
Derived by RGtkGen from GTK+ documentation