Reflection
PrintDuplexOption Enumeration


Denotes how Reflection handles printing to single- and double-sided pages.
Syntax
'Declaration
 
Public Enum PrintDuplexOption 
   Inherits System.Enum
'Usage
 
Dim instance As PrintDuplexOption
public enum PrintDuplexOption : System.Enum 
Members
MemberDescription
DefaultHonor the current settings stored by the operating system for all global print jobs.
HorizontalPrint double-sided pages 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.
SimplexPrint single-sided pages.
VerticalPrint double-sided pages flipped on the long edge of the paper.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.PrintDuplexOption

See Also