InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / PrinterOrientationOption Enumeration


PrinterOrientationOption Enumeration
Denotes the printer page orientation to use.
Syntax
'Declaration
 
Public Enum PrinterOrientationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrinterOrientationOption
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