PrintCapabilities
Description:
[ CCode ( cprefix = "GTK_PRINT_CAPABILITY_" ) ]
[ Flags ]
public enum PrintCapabilities
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.
Content:
Enum values:
- 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.