InfoConnect for Airlines VBA Guide
PrinterPassEscape Property

Gets or sets whether escape sequences (code characters 0-31) are sent directly to the printer. (This property is valid only when a passthrough method of printing, such as HP Record mode or VT printer Controller mode, is used.)

Syntax
Object.PrinterPassEscape As Boolean

Property Value

The default value is False.

When False, escape sequences are converted to spaces.

When True, InfoConnect 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 InfoConnect and the printer driver.

See Also