Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintSosiPresentation Property
In This Topic
    PrintSosiPresentation Property
    In This Topic
    Gets or sets how the terminal treats shift-out and shift-in (SO/SI) characters when printing host print jobs or terminal screens.
    Syntax
    expression.PrintSosiPresentation As PrintSosiPresentationOption
    where expression is a variable that represents a PrintOptions Object

    Property Value

    A PrintSosiPresentationOption Enumeration value.
    Remarks
    This property is applicable to 5250 sessions only.
    • 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. Note: Removing cells that contain SO/SI characters changes the spacing of the text and can potentially cause columns to go out of alignment.
    • 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