Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintDbcsSmallerFont Property
In This Topic
    PrintDbcsSmallerFont Property
    In This Topic
    Gets or sets a value indicating whether to print double-byte characters using a smaller font size.
    Syntax
    expression.PrintDbcsSmallerFont As Boolean
    where expression is a variable that represents a PrintOptions Object
    Remarks
    When this property is false, the font size is normal. When it is true, the terminal uses a smaller font size. This property applies to 5250 sessions only.
    See Also