Admin Production rocket
Current Publication

PrinterPassThroughConversion Property

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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

                     
                     
'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
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