:right-sidebar: True PrintCapabilities =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PrintCapabilities :no-contents-entry: Specifies which features the print dialog should offer. If neither :const:`~gi.repository.Gtk.PrintCapabilities.GENERATE_PDF` nor :const:`~gi.repository.Gtk.PrintCapabilities.GENERATE_PS` is specified, GTK assumes that all formats are supported. Fields ------ .. rst-class:: interim-class .. class:: PrintCapabilities :no-index: .. attribute:: COLLATE Print dialog will allow to collate multiple copies. .. attribute:: COPIES Print dialog will allow to print multiple copies. .. attribute:: GENERATE_PDF The program will send the document to the printer in PDF format .. attribute:: GENERATE_PS The program will send the document to the printer in Postscript format .. attribute:: NUMBER_UP Print dialog will offer printing multiple pages per sheet .. attribute:: NUMBER_UP_LAYOUT Print dialog will allow to rearrange pages when printing multiple pages per sheet .. attribute:: PAGE_SET Print dialog will offer printing even/odd pages. .. attribute:: PREVIEW Print dialog will offer a preview .. attribute:: REVERSE Print dialog will allow to print pages in reverse order. .. attribute:: SCALE Print dialog will allow to scale the output.