Gtk.PrintOperation.prototype.set_current_page

function set_current_page(current_page:Number):void {
    // Gjs wrapper for gtk_print_operation_set_current_page()
}

Sets the current page.

If this is called before Gtk.PrintOperation.prototype.run, 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

current_page

the current page, 0-based