PrintCapabilities
- class PrintCapabilities
Specifies which features the print dialog should offer.
If neither GENERATE_PDF
nor
GENERATE_PS
is specified, GTK assumes that all
formats are supported.
Fields
- class PrintCapabilities
- COLLATE
Print dialog will allow to collate multiple copies.
- COPIES
Print dialog will allow to print multiple copies.
- GENERATE_PDF
The program will send the document to the printer in PDF format
- GENERATE_PS
The program will send the document to the printer in Postscript format
- NUMBER_UP
Print dialog will offer printing multiple pages per sheet
- NUMBER_UP_LAYOUT
Print dialog will allow to rearrange pages when printing multiple pages per sheet
- PAGE_SET
Print dialog will offer printing even/odd pages.
- PREVIEW
Print dialog will offer a preview
- REVERSE
Print dialog will allow to print pages in reverse order.
- SCALE
Print dialog will allow to scale the output.