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


In This Topic
    PrintFitForm Property (PrinterPrintOptions)
    In This Topic
    Returns or specifies whether to print in a window defined form. When this property is True, Reflection scales print output to fit the form size you specify
    Syntax
    'Declaration
     
    
    Public Property PrintFitForm As Boolean
    'Usage
     
    
    Dim instance As PrinterPrintOptions
    Dim value As Boolean
     
    instance.PrintFitForm = value
     
    value = instance.PrintFitForm
    public bool PrintFitForm {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.
    See Also