Pane.Zooms Property
Word Developer Reference |
Returns a Zooms collection that represents the magnification options for each view (such as normal view, outline view or print layout view).
Syntax
expression.Zooms
expression An expression that returns a Pane object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example sets the magnification in normal view to 100 percent for each open window.
Visual Basic for Applications |
---|
|
This example sets the magnification in print layout view so that an entire page is visible.
Visual Basic for Applications |
---|
|
See Also