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

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

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

Property Value

The default value is False.

Remarks
Reflection 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