| Value | Meaning |
|---|---|
| PageSet1 | 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. |
| GeneratePdf32 | The program will send the document to the printer in PDF format |
| GeneratePs64 | The program will send the document to the printer in Postscript format |
| Preview128 | Print dialog will offer a preview |
| NumberUp256 | Print dialog will offer printing multiple pages per sheet |
| NumberUpLayout512 | Print dialog will allow to rearrange pages when printing multiple pages per sheet |
Specifies which features the print dialog should offer.
If neither gtk.types.PrintCapabilities.GeneratePdf nor gtk.types.PrintCapabilities.GeneratePs is specified, GTK assumes that all formats are supported.