|
| enum | PaperSize {
e_custom = 0
, e_letter
, e_letter_small
, e_tabloid
,
e_ledger
, e_legal
, e_statement
, e_executive
,
e_a3
, e_a4
, e_a4_small
, e_a5
,
e_b4_jis
, e_b5_jis
, e_folio
, e_quarto
,
e_10x14
, e_11x17
, e_note
, e_envelope_9
,
e_envelope_10
, e_envelope_11
, e_envelope_12
, e_envelope_14
,
e_c_size_sheet
, e_d_size_sheet
, e_e_size_sheet
, e_envelope_dl
,
e_envelope_c5
, e_envelope_c3
, e_envelope_c4
, e_envelope_c6
,
e_envelope_c65
, e_envelope_b4
, e_envelope_b5
, e_envelope_b6
,
e_envelope_italy
, e_envelope_monarch
, e_6_3_quarters_envelope
, e_us_std_fanfold
,
e_german_std_fanfold
, e_german_legal_fanfold
, e_b4_iso
, e_japanese_postcard
,
e_9x11
, e_10x11
, e_15x11
, e_envelope_invite
,
e_reserved_48
, e_reserved_49
, e_letter_extra
, e_legal_extra
,
e_tabloid_extra
, e_a4_extra
, e_letter_transverse
, e_a4_transverse
,
e_letter_extra_transverse
, e_supera_supera_a4
, e_Superb_Superb_a3
, e_letter_plus
,
e_a4_plus
, e_a5_transverse
, e_b5_jis_transverse
, e_a3_extra
,
e_a5_extra
, e_b5_iso_extra
, e_a2
, e_a3_transverse
,
e_a3_extra_transverse
, e_japanese_double_postcard
, e_a6
, e_japanese_envelope_kaku_2
,
e_japanese_envelope_kaku_3
, e_japanese_envelope_chou_3
, e_japanese_envelope_chou_4
, e_letter_rotated
,
e_a3_rotated
, e_a4_rotated
, e_a5_rotated
, e_b4_jis_rotated
,
e_b5_jis_rotated
, e_japanese_postcard_rotated
, e_double_japanese_postcard_rotated
, e_a6_rotated
,
e_japanese_envelope_kaku_2_rotated
, e_japanese_envelope_kaku_3_rotated
, e_japanese_envelope_chou_3_rotated
, e_japanese_envelope_chou_4_rotated
,
e_b6_jis
, e_b6_jis_rotated
, e_12x11
, e_japanese_envelope_you_4
,
e_japanese_envelope_you_4_rotated
, e_prc_16k
, e_prc_32k
, e_prc_32k_big
,
e_prc_envelop_1
, e_prc_envelop_2
, e_prc_envelop_3
, e_prc_envelop_4
,
e_prc_envelop_5
, e_prc_envelop_6
, e_prc_envelop_7
, e_prc_envelop_8
,
e_prc_envelop_9
, e_prc_envelop_10
, e_prc_16k_rotated
, e_prc_32k_rotated
,
e_prc_32k_big__rotated
, e_prc_envelop_1_rotated
, e_prc_envelop_2_rotated
, e_prc_envelop_3_rotated
,
e_prc_envelop_4_rotated
, e_prc_envelop_5_rotated
, e_prc_envelop_6_rotated
, e_prc_envelop_7_rotated
,
e_prc_envelop_8_rotated
, e_prc_envelop_9_rotated
, e_prc_envelop_10_rotated
} |
| enum | DuplexMode { e_Duplex_Auto = 0
, e_Duplex_None = 1
, e_Duplex_LongSide = 2
, e_Duplex_ShortSide = 3
} |
| | Enumerated values for specifying how the printed pages are flipped when duplexing. More...
|
| enum | OutputQuality { e_OutputQuality_Draft = -1
, e_OutputQuality_Low = -2
, e_OutputQuality_Medium = -3
, e_OutputQuality_High = -4
} |
| | Enumerated values for specifying the quality of the printing. More...
|
| enum | OutputColor { e_OutputColor_Color = 0
, e_OutputColor_Grayscale = 1
, e_OutputColor_Monochrome = 2
} |
| | Enumerated values for specifying the color mode for printing. More...
|
| enum | Orientation { e_Orientation_Portrait = 0
, e_Orientation_Landscape = 1
} |
| | Enumerated values for specifying the orientation of output pages. More...
|
| enum | ScaleType { e_ScaleType_None = 0
, e_ScaleType_FitToOutputPage = 1
, e_ScaleType_ReduceToOutputPage = 2
} |
| | Enumerated values for specifying the scaling of document pages. More...
|
| enum | NUp {
e_NUp_1_1 = 0
, e_NUp_2_1 = 1
, e_NUp_2_2 = 2
, e_NUp_3_2 = 3
,
e_NUp_3_3 = 4
, e_NUp_4_4 = 5
} |
| enum | NUpPageOrder { e_PageOrder_LeftToRightThenTopToBottom = 0
, e_PageOrder_RightToLeftThenTopToBottom = 1
, e_PageOrder_TopToBottomThenLeftToRight = 2
, e_PageOrder_BottomToTopThenLeftToRight = 3
} |
| enum | PrintContentTypes { e_PrintContent_DocumentOnly = 0
, e_PrintContent_DocumentAndAnnotations = 1
, e_PrintContent_DocumentAnnotationsAndComments = 2
} |
| | Enumerated values for specifying the document content to print. More...
|
PrinterMode is a utility class used to represent options for printing.
Definition at line 100 of file Print.h.