Description Usage Arguments Details See Also
This function indicates that subsequent calls to cairo_ps_surface_dsc_comment() should direct comments to the PageSetup section of the PostScript output.
1 |
surface |
[ |
This function call is only needed for the first page of a surface. It should be called after any call to cairo_ps_surface_dsc_begin_setup() and before any drawing is performed to the surface.
See cairo_ps_surface_dsc_comment() for more details.
Since: 1.2
C function prototype: void cairo_ps_surface_dsc_begin_page_setup (cairo_surface_t *surface)
Other cairo-ps:
cairo_ps_level_to_string()
,
cairo_ps_surface_create()
,
cairo_ps_surface_dsc_begin_setup()
,
cairo_ps_surface_dsc_comment()
,
cairo_ps_surface_get_eps()
,
cairo_ps_surface_restrict_to_level()
,
cairo_ps_surface_set_eps()
,
cairo_ps_surface_set_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.