Programming with Reflection
PrintFitUserWidth property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the width 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.PrintFitUserWidth = 200
Use PrintFitUserLength to control the length of printed output.
The default value is 100.
The range of values is 10-1000.