InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrintOptions Interface / PrintFitUserWidth Property


In This Topic
    PrintFitUserWidth Property
    In This Topic
    Returns or specifies the width of the form to print to when the PrintFitUser property is true.
    Syntax
    'Declaration
     
    
    Property PrintFitUserWidth As Integer
    'Usage
     
    
    Dim instance As IPrintOptions
    Dim value As Integer
     
    instance.PrintFitUserWidth = value
     
    value = instance.PrintFitUserWidth
    int PrintFitUserWidth {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The value is expressed in percent reduction (less than 100%) or expansion (greater than 100%). The default value is 100. The range of values is 10 - 1000.
    See Also