Search
PrintOptions.ScaleFactor Property
See Also
 



Gets or sets a scale factor for printing.

 Syntax

VB6  Copy Code

Public Property Get ScaleFactor() As Integer
Public Property Let ScaleFactor( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_ScaleFactor ()
void put_ScaleFactor (
    short value
)

 Property Value

A short value. The default is 100.

 Remarks

The scale is measured in percent. Values less than 100 make a diagram appear smaller and farther when printed, which allows larger part of that diagram to be visible on a single page. Values greater than 100 make the diagram appear closer and larger.

 See Also