Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintDbcs2To3 Property
In This Topic
    PrintDbcs2To3 Property
    In This Topic
    Gets or sets a value indicating whether to widen double-byte characters to 1.5 times their default size when printing host print jobs and terminal screens to make them more legible.
    Syntax
    expression.PrintDbcs2To3 As Boolean
    where expression is a variable that represents a PrintOptions Object
    Remarks
    When this property is true, the terminal widens double-byte characters so that two characters occupy the same number of spaces as three single-byte characters.
    See Also