gtkPrintOperationSetCurrentPage {RGtk2} | R Documentation |
Sets the current page.
gtkPrintOperationSetCurrentPage(object, current.page)
|
[GtkPrintOperation ] a GtkPrintOperation |
|
[integer] the current page, 0-based |
If this is called before gtkPrintOperationRun
,
the user will be able to select to print only the current page.
Note that this only makes sense for pre-paginated documents.
Since 2.10
Derived by RGtkGen from GTK+ documentation