'Declaration
Public Enum PrintDuplexOption Inherits System.Enum
'Usage
Dim instance As PrintDuplexOption
public enum PrintDuplexOption : System.Enum
'Declaration
Public Enum PrintDuplexOption Inherits System.Enum
'Usage
Dim instance As PrintDuplexOption
public enum PrintDuplexOption : System.Enum
Member | Description |
---|---|
Default | Honor the current settings stored by the operating system for all global print jobs. |
Horizontal | Print double-sided pages 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 | Print single-sided pages. |
Vertical | Print double-sided pages flipped on the long edge of the paper. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.PrintDuplexOption