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


In This Topic
    PrinterOrientationOption Enumeration
    In This Topic
    Denotes the printer page orientation to use.
    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