InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / PrintWhatOption Enumeration


In This Topic
    PrintWhatOption Enumeration
    In This Topic
    In 3179G terminal sessions, this setting specifies whether to print graphics only, text only, or both graphics and text when printing from the terminal window.
    Syntax
    'Declaration
     
    
    Public Enum PrintWhatOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintWhatOption
    public enum PrintWhatOption : System.Enum 
    Members
    MemberDescription
    GraphicsAndTextPrint both graphics and text.
    GraphicsOnlyPrint graphics only.
    TextOnlyPrint text only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.PrintWhatOption

    See Also