DigitalLA210PrinterEmulation Property
Gets or sets whether Reflection 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.
bool DigitalLA210PrinterEmulation {get; set;}
'Declaration
Property DigitalLA210PrinterEmulation As Boolean
'Usage
Dim instance As IPrinting
Dim value As Boolean
instance.DigitalLA210PrinterEmulation = value
value = instance.DigitalLA210PrinterEmulation
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).