Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / PrintDuplexOption Enumeration
In This Topic
PrintDuplexOption Enumeration
In This Topic
Denotes how Reflection handles printing to single-sided and double-sided pages.
Members
MemberDescription
DefaultUses the settings stored by the operating system for all global print jobs.
HorizontalPrint double-sided pages that are flipped on the short edge of the paper.
PrintDuplex4Some printer drivers use additional values that are specific to the printers they support. This value enables Reflection to preserve these settings.
PrintDuplex5Some printer drivers use additional values that are specific to the printers they support. This value enables Reflection to preserve these settings.
SimplexPrints single-sided pages.
VerticalPrints double-sided pages that are flipped on the long edge of the paper.
See Also