Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrinterPrintOptions Interface / BypassWindowsPrinting Property


In This Topic
    BypassWindowsPrinting Property (IPrinterPrintOptions)
    In This Topic
    Returns or specifies whether to disable Windows' handling of fonts, font size, font style, and lines-per-inch configuration. This property affects 3812 printing and 3287 printing.
    Syntax
    'Declaration
     
    
    Property BypassWindowsPrinting As Boolean
    'Usage
     
    
    Dim instance As IPrinterPrintOptions
    Dim value As Boolean
     
    instance.BypassWindowsPrinting = value
     
    value = instance.BypassWindowsPrinting
    bool BypassWindowsPrinting {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.
    Remarks
    The default value is false
    See Also