expression.PrinterLogging As Boolean
where expression is a variable that represents a Printing Object
Property Value
The default value is False.
Gets or sets whether data received into display memory, either from datacomm or from the keyboard, is sent to the printer (or to a file) when a linefeed is received.
expression.PrinterLogging As Boolean
The default value is False.
The value of this property is not saved to a settings file.
In Reflection for HP, turning on Record Mode automatically sets PrinterLogging to False.
To log to a file instead of the printer, do the following:
Reflection doesn't log a line of data until it encounters a linefeed.