Programming with Reflection
PrinterAutoRowSize property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Reflection automatically sets the number of rows to be printed on each page.
When this property is True, Reflection 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. The value of PrinterRows is automatically adjusted when any of these settings is changed, so that printed output will fill the page. The following command turns automatic row sizing on:
Session.PrinterAutoRowSize = True
When this property is False, the current value of PrinterRows is not affected by changes to other page settings.
The default value is False.