'Declaration
Property BypassPrinterDriver As Boolean
'Usage
Dim instance As IPrinting Dim value As Boolean instance.BypassPrinterDriver = value value = instance.BypassPrinterDriver
bool BypassPrinterDriver {get; set;}
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.