GtkPrintCapabilities

Specifies which features the print dialog should offer.

If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor %GTK_PRINT_CAPABILITY_GENERATE_PS is specified, GTK assumes that all formats are supported.

Values

ValueMeaning
PAGE_SET1

Print dialog will offer printing even/odd pages.

COPIES2

Print dialog will allow to print multiple copies.

COLLATE4

Print dialog will allow to collate multiple copies.

REVERSE8

Print dialog will allow to print pages in reverse order.

SCALE16

Print dialog will allow to scale the output.

GENERATE_PDF32

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

GENERATE_PS64

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

PREVIEW128

Print dialog will offer a preview

NUMBER_UP256

Print dialog will offer printing multiple pages per sheet

NUMBER_UP_LAYOUT512

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

Meta