Programming with Reflection

image\rwnprg32.gif PrintFitUserWidth property

 

Syntax

object.PrintFitUserWidth
object.PrintFitUserWidth = Value

Data type

Long

 

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.

Values

The default value is 100.

The range of values is 10-1000.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property