Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / BypassPrinterDriver Property
In This Topic
    BypassPrinterDriver Property
    In This Topic
    Gets or sets whether raw data is sent directly to your printer, bypassing the Windows printing interface.
    Syntax
    expression.BypassPrinterDriver As Boolean
    where expression is a variable that represents a Printing Object

    Property Value

    When True, output is sent directly to your printer.

    When False (the default value), output is sent to the currently selected printer driver.

    Remarks

    If you're bypassing Windows printing to a PostScript printer, the results may not be as you expect. PostScript printers are controlled by PostScript commands, which are typically sent to the printer from a PostScript printer driver. When you bypass this driver, one of two things will happen:

    • If the printer has built-in PostScript codes that are used when no driver can be found, your output may print in the font determined by the printer's defaults.
    • If your printer depends on the driver for PostScript codes, then nothing (not even a blank page) will be printed when you click this check box.
    See Also