Admin Production rocket
Current Publication

PrintDuplexOption

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
PrintDuplexOption Enumeration
In This Topic
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
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.
Inheritance Hierarchy

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

See Also