Reflection
PrinterOrientationOption Enumeration


Denotes the printer page orientation used by Reflection.
Syntax
'Declaration
 
Public Enum PrinterOrientationOption 
   Inherits System.Enum
'Usage
 
Dim instance As PrinterOrientationOption
public enum PrinterOrientationOption : System.Enum 
Members
MemberDescription
DefaultPages are printed using the page orientation specified in the system-wide printer settings.
LandscapePages are printed using landscape orientation.
PortraitPages are printed using portrait orientation.
Inheritance Hierarchy

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

See Also