Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : BypassPrinterDriver Property |
'Declaration
Property BypassPrinterDriver As Boolean
'Usage
Dim instance As IPrinting Dim value As Boolean instance.BypassPrinterDriver = value value = instance.BypassPrinterDriver
bool BypassPrinterDriver {get; set;}
When True, output is sent directly to your printer.
When False (the default value), output is sent to the currently selected printer driver.
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: