Programming with Reflection
PrinterColumns property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the maximum width (in characters) for a printed line. For example, to change the number of printed columns to 132:
Session.PrinterColumns = 132
The default value is 80.
The range of values is 80-999 for Reflection for HP.
The range of values is 10-999 for Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics.
When PrinterColumnsTiedToDisplay is True (the default value), changing the value of the DisplayColumns property automatically changes the value of PrinterColumns.
When PrinterColumnsSetOrientation is True, changing the value of PrinterColumns may change the current value of PrinterOrientation.