InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrinterPassThroughConversion Property


In This Topic
    PrinterPassThroughConversion Property
    In This Topic

    Gets or sets whether InfoConnect translates data when a passthrough method of printing, such as HP Record mode or VT printer Controller mode, is being used.

    Syntax
    'Declaration
     
    
    Property PrinterPassThroughConversion As Boolean
    'Usage
     
    
    Dim instance As IPrinting
    Dim value As Boolean
     
    instance.PrinterPassThroughConversion = value
     
    value = instance.PrinterPassThroughConversion
    bool PrinterPassThroughConversion {get; set;}

    Property Value

    The default value is False.

    Remarks
    InfoConnect normally doesn't translate characters sent directly from the host to a PC printer. If your host software understands the locally attached printer, set PrinterPassThroughConversion to False. In VT emulations, 7-bit characters are translated when:
    • This property is set to True.
    • The NRCEnabled Property is set to True.
    • The host sets Printer Mode to Controller (Pass Through).
    See Also