Module: Gtk::PrintCapabilities

Defined in:
(unknown)

Constant Summary collapse

PAGE_SET =

Print dialog will offer printing even/odd pages.

1 or :page_set
COPIES =

Print dialog will allow to print multiple copies.

2 or :copies
COLLATE =

Print dialog will allow to collate multiple copies.

4 or :collate
REVERSE =

Print dialog will allow to print pages in reverse order.

8 or :reverse
SCALE =

Print dialog will allow to scale the output.

16 or :scale
GENERATE_PDF =

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

32 or :generate_pdf
GENERATE_PS =

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

64 or :generate_ps
PREVIEW =

Print dialog will offer a preview

128 or :preview
NUMBER_UP =

Print dialog will offer printing multiple pages per sheet

256 or :number_up
NUMBER_UP_LAYOUT =

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

512 or :number_up_layout