Gets or sets the zoom factor for page area of the preview window.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ZoomFactor() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 0.
RemarksSupported values are 0, 200, 400 and 800. A zero factor makes the page image fit exactly into the print preview window.
See Also