Zoom Property
Applies To
View object.
Description
Returns a Zoom object that represents the magnification for the specified view. Read-only.
See Also
PageFit property, Percentage property.
Example
This example changes the zoom percentage of each open window to 100 percent.
For Each myWindow In Windows
myWindow.View.Zoom.Percentage = 100
Next myWindow
This example changes the zoom percentage of the active window so that the entire width of the text is visible.
ActiveWindow.View.Zoom.PageFit = wdPageFitBestFit