PrintOperation.currentPage

Set currentPage property.

  1. int currentPage [@property getter]
  2. int currentPage [@property setter]
    class PrintOperation
    @property
    void
    currentPage
    ()

Parameters

propval int

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.