Enumeration (GI Flags)

Gtk-4.0GtkPrintCapabilities

Specifies which features the print dialog should offer.

If neither Gtk.PrintCapabilities.GENERATE_PDF nor Gtk.PrintCapabilities.GENERATE_PS is specified, GTK assumes that all formats are supported.

Index

Enumeration Members

COLLATE: number

Print dialog will allow to collate multiple copies.

COPIES: number

Print dialog will allow to print multiple copies.

GENERATE_PDF: number

The program will send the document to the printer in PDF format

GENERATE_PS: number

The program will send the document to the printer in Postscript format

NUMBER_UP: number

Print dialog will offer printing multiple pages per sheet

NUMBER_UP_LAYOUT: number

Print dialog will allow to rearrange pages when printing multiple pages per sheet

PAGE_SET: number

Print dialog will offer printing even/odd pages.

PREVIEW: number

Print dialog will offer a preview

REVERSE: number

Print dialog will allow to print pages in reverse order.

SCALE: number

Print dialog will allow to scale the output.