InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / PrintSourceOption Enumeration
In This Topic
    PrintSourceOption Enumeration
    In This Topic
    Specifies the source of print data.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("2674AE36-207A-467F-9D1E-E0CED51E58E8")>
    Public Enum PrintSourceOption 
       Inherits System.Enum
    Members
    MemberDescription
    AllPrint all of display memory.
    ScreenPrint current screen.
    SelectionPrint current selection.
    See Also