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.
PrinterColumns Property
In This Topic
Gets or sets the maximum width (in characters) for a printed line.
Syntax
'Declaration
Property PrinterColumns As Integer
'Usage
Dim instance As IPrinting Dim value As Integer instance.PrinterColumns = value value = instance.PrinterColumns
int PrinterColumns {get; set;}
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.
See Also