Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterColumns Property
PrinterColumns Property

Gets or sets the maximum width (in characters) for a printed line.

Syntax
expression.PrinterColumns As Integer
where expression is a variable that represents a Printing Object

Property Value

The default value is 80.

For Reflection for HP, the range of values is 80-999.

For Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics, the range of values is 10-999.

Remarks

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.

Example
To change the number of printed columns to 132:

ThisTerminal.Screen.ScreenPrinting.PrinterColumns = 132

See Also