'Declaration
Property PrinterPassEscape As Boolean
'Usage
Dim instance As IPrinting Dim value As Boolean instance.PrinterPassEscape = value value = instance.PrinterPassEscape
bool PrinterPassEscape {get; set;}
Property Value
The default value is False.
When False, escape sequences are converted to spaces.
When True, Reflection passes the escape sequences directly to the printer or the printer driver. If the current value of the BypassPrinterDriver property is False, escape sequences are sent to the currently selected printer driver. If BypassPrinterDriver is True, escape sequences are sent directly to the printer, bypassing Reflection and the printer driver.