InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / 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
    '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, 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