InfoConnect for Airlines VBA Guide
DigitalLA210PrinterEmulation Property

Gets or sets whether InfoConnect translates data to emulate a Digital LA210 printer when a passthrough method of printing, such as printer controller mode, is used. This property applies to VT emulation only. It is not relevant if the BypassPrinterDriver property is True, or if the PrintToFile property has been set to something other than an empty string.

Syntax
Object.DigitalLA210PrinterEmulation As Boolean

Property Value

When True, InfoConnect controls escape sequences for the LA210 that determine the number of columns and rows per page. InfoConnect intercepts the escape sequences and updates the number of rows and columns for the page to be printed. The font size is updated accordingly.

If your host software understands PC printers, leave this property set to False (the default value).

See Also