Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintFitUserWidth Property
In This Topic
    PrintFitUserWidth Property
    In This Topic
    Gets or sets the width of the form to print to when the PrintFitUser property is true.
    Syntax
    expression.PrintFitUserWidth As Integer
    where expression is a variable that represents a PrintOptions Object
    Remarks
    The value is expressed in a percentage reduction (less than 100%) or a percentage expansion (greater than 100%). The default value is 100. The range of values is 10-1000.
    See Also