InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrintOptions Interface / PrintSosiPresentation Property


In This Topic
    PrintSosiPresentation Property
    In This Topic
    Returns or specifies how the terminal treats shift-out and shift-in (SO/SI) characters when printing host print jobs or terminal screens. This property is applicable to 5250 sessions only.
    Syntax
    'Declaration
     
    
    Property PrintSosiPresentation As PrintSosiPresentationOption
    'Usage
     
    
    Dim instance As IPrintOptions
    Dim value As PrintSosiPresentationOption
     
    instance.PrintSosiPresentation = value
     
    value = instance.PrintSosiPresentation
    PrintSosiPresentationOption PrintSosiPresentation {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    • Shift-out/shift-in (SO/SI) characters are printed as blank spaces. Use this option for WYSIWYG printing. (The default.)
    • SO/SI characters and the cells they occupy are removed, and the remaining text is collapsed. Removing cells that contain SO/SI characters changes the spacing of the text and can potentially cause columns to go out of alignment.
    • Shift Out (SO) characters are removed, double-byte characters are shifted one cell to the left, and SI characters are printed as two blank spaces. This option preserves the alignment of columns in host print jobs.
    See Also