InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / PrinterOrientationOption Enumeration
In This Topic
    PrinterOrientationOption Enumeration
    In This Topic
    Denotes the printer page orientation used by Reflection.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E8E")>
    Public Enum PrinterOrientationOption 
       Inherits 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.
    See Also