Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / DigitalLA210PrinterEmulation Property
In This Topic
    DigitalLA210PrinterEmulation Property
    In This Topic

    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.

    Syntax
    expression.DigitalLA210PrinterEmulation As Boolean
    where expression is a variable that represents a Printing Object

    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).

    See Also