PrinterAutoRowSize Property
Gets or sets whether InfoConnect automatically sets the number of rows to be printed on each page.
bool PrinterAutoRowSize {get; set;}
'Declaration
Property PrinterAutoRowSize As Boolean
'Usage
Dim instance As IPrinting
Dim value As Boolean
instance.PrinterAutoRowSize = value
value = instance.PrinterAutoRowSize
Property Value
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.