begin_print
Description:
Emitted after the user has finished changing print settings in the dialog, before the actual rendering starts.
A typical use for begin_print is to use the parameters from the PrintContext and paginate the document accordingly, and then set the number of pages with set_n_pages.
Parameters:
context |
the PrintContext for the current operation |