Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrinterPrintOptions Object / BypassWindowsPrinting Property
In This Topic
    BypassWindowsPrinting Property
    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
    expression.BypassWindowsPrinting As Boolean
    where expression is a variable that represents a PrinterPrintOptions Object
    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