PrintOperation.currentPage

int currentPage() @property

Get currentPage property.

Returns

The current page in the document.

If this is set before [gtk.print_operation.PrintOperation.run], the user will be able to select to print only the current page.

Note that this only makes sense for pre-paginated documents.

void currentPage(int propval) @property

Set currentPage property.

Parameters

propvalThe current page in the document. If this is set before [gtk.print_operation.PrintOperation.run], the user will be able to select to print only the current page. Note that this only makes sense for pre-paginated documents.