Method Cairo.PSSurface()->dsc_begin_page_setup()
- Method
dsc_begin_page_setup
void
dsc_begin_page_setup()- Description
This function indicates that subsequent calls to dsc_comment() 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 dsc_begin_setup() and before any drawing is performed to the surface.
See dsc_comment() for more details.