Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintFitUser Property
In This Topic
    PrintFitUser Property
    In This Topic
    Gets or sets a value indicating whether to print host print jobs or terminal screens to a user-defined form size.
    Syntax
    expression.PrintFitUser As Boolean
    where expression is a variable that represents a PrintOptions Object
    Remarks
    When this property is true, the terminal scales printed output to fit the size that you specify using the PrintFitUserLength and PrintFitUserWidth properties.
    See Also