Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class / PrintFitUserLength Property


In This Topic
    PrintFitUserLength Property (PrinterPrintOptions)
    In This Topic
    Returns or specifies the length of the form to print to when the PrintFitUser property is True. The value is expressed in percent reduction (less than 100%) or expansion (greater than 100%).
    Syntax
    'Declaration
     
    
    Public Property PrintFitUserLength As Integer
    'Usage
     
    
    Dim instance As PrinterPrintOptions
    Dim value As Integer
     
    instance.PrintFitUserLength = value
     
    value = instance.PrintFitUserLength
    public int PrintFitUserLength {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
    Default value is 100, The range of values is 10-1000.
    See Also