Programming with Reflection
PrintFitUserLength property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the length of the form to print to when the PrintFitUser property is True. The value is expressed in percent reduction (less than 100%) or expansion (greater than 100%).
For example, the following statement doubles the length of the printed form:
Session.PrintFitUserLength = 200
Use PrintFitUserWidth to control the length of printed output.
The default value is 100.
The range of values is 10-1000.