PrintDuplexOption Enumeration
In This Topic
Denotes how Reflection handles printing to single-sided and double-sided pages.
Members
Member | Description |
Default | Uses the settings stored by the operating system for all global print jobs. |
Horizontal | Print double-sided pages that are flipped on the short edge of the paper. |
PrintDuplex4 | Some printer drivers use additional values that are specific to the printers they support. This value enables Reflection to preserve these settings. |
PrintDuplex5 | Some printer drivers use additional values that are specific to the printers they support. This value enables Reflection to preserve these settings. |
Simplex | Prints single-sided pages. |
Vertical | Prints double-sided pages that are flipped on the long edge of the paper. |
See Also