Programming with Reflection
PrintDuplex property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection handles printing to single- and double-sided pages.
The default value is rcPrintDuplexDefault.
rcPrintDuplexDefault Honor the current settings stored by the operating system for all global print jobs.
rcPrintDuplexSimplex Print single-sided pages.
rcPrintDuplexVertical Print double-sided pages flipped on the long edge of the paper.
rcPrintDuplexHorizontal Print double-sided pages flipped on the short edge of the paper.
rcPrintDuplex4 Some printer drivers use additional values that are specific to the printers they support. This value enables Reflection to preserve these settings.
rcPrintDuplex5 Some printer drivers use additional values that are specific to the printers they support. This value enables Reflection to preserve these settings.