request_page_setup
Description:
[ Version ( since = "2.10" ) ]
public virtual signal void request_page_setup (PrintContext context, int page_nr, PageSetup setup)
public virtual signal void request_page_setup (PrintContext context, int page_nr, PageSetup setup)
Emitted once for every page that is printed, to give the application a chance to modify the page setup.
Any changes done to setup
will be in force only for printing this page.
Parameters:
context |
the PrintContext for the current operation |
page_nr |
the number of the currently printed page (0-based) |
setup |
the PageSetup |