'Declaration
Property DigitalLA210PrinterEmulation As Boolean
'Usage
Dim instance As IPrinting Dim value As Boolean instance.DigitalLA210PrinterEmulation = value value = instance.DigitalLA210PrinterEmulation
bool DigitalLA210PrinterEmulation {get; set;}
Property Value
When True, Reflection controls escape sequences for the LA210 that determine the number of columns and rows per page. Reflection 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).