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