Attachmate.Reflection.Objects.Emulation.OpenSystems Library > Printing Object : PrinterAutoRowSize Property |
Object.PrinterAutoRowSize As Boolean
When True, InfoConnect automatically calculates the number of rows to be printed based on the current settings for paper size, page orientation, margins, number of columns, and font.
When False, the current value of PrinterRows is not affected by changes to other page settings.
Sub TurnOnAutoRowSize ThisTerminal.Screen.ScreenPrinting.PrinterAutoRowSize = True End Sub