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


In This Topic
    PrintSosiPresentationOption Enumeration
    In This Topic
    Options for specifying how InfoConnect treats shift-out and shift-in (SO/SI) characters when printing host print jobs or terminal screens.
    Syntax
    'Declaration
     
    
    Public Enum PrintSosiPresentationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintSosiPresentationOption
    public enum PrintSosiPresentationOption : System.Enum 
    Members
    MemberDescription
    BlankSO/SI characters are printed as blank spaces. Use this option for WYSIWYG printing.
    NoPositionSO/SI characters and the cells they occupy are removed, and the remaining text is collapsed.
    SONoPosSI2PosSO characters are removed, double-byte characters are shifted one cell to the left, and SI characters are printed as two blank spaces.
    Inheritance Hierarchy

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

    See Also