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


In This Topic
    IbmPrintCharactersOption Enumeration
    In This Topic
    Indicates how characters print in a IBM 3151 emulation (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Public Enum IbmPrintCharactersOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IbmPrintCharactersOption
    public enum IbmPrintCharactersOption : System.Enum 
    Members
    MemberDescription
    AllPrior to printing, escape sequences initialize the print device and characters are translated.
    CharOnlyOnly ASCII characters between 32 and 126 are sent to the printer.
    NationalPrior to printing, the following characters are converted to spaces: linedraws; superscripts and subscripts; field and character attributes; reverse question marks; send marks; and control characters (0 to 31, and 127).
    Inheritance Hierarchy

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

    See Also