Search
PrintPreview.ZoomFactor Property
See Also
 



Gets or sets the zoom factor for page area of the preview window.

 Syntax

VB6  Copy Code

Public Property Get ZoomFactor() As Long
Public Property Let ZoomFactor( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ZoomFactor ()
void put_ZoomFactor (
    int value
)

 Property Value

A long value. The default is 0.

 Remarks

Supported values are 0, 200, 400 and 800. A zero factor makes the page image fit exactly into the print preview window.

 See Also