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


In This Topic
    PrintSourceOption Enumeration
    In This Topic
    Specifies the source of print data.
    Syntax
    'Declaration
     
    
    Public Enum PrintSourceOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintSourceOption
    public enum PrintSourceOption : System.Enum 
    Members
    MemberDescription
    AllPrint all of display memory.
    ScreenPrint current screen.
    SelectionPrint current selection.
    Inheritance Hierarchy

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

    See Also