Zooms Interface

Definition

A collection of Zoom objects that represents the magnification options for each view (outline, normal, print layout, and so on).

public interface class Zooms
[System.Runtime.InteropServices.Guid("000209A7-0000-0000-C000-000000000046")]
public interface Zooms
type Zooms = interface
Public Interface Zooms
Attributes

Remarks

Use the Zooms property to return the Zooms collection.

The Add method isn't available for the Zooms collection. The Zooms collection includes a single Zoom object for each of the various view types (outline, normal, page layout, and so on). You cannot enumerate the Zooms collection by using a For Each...Next loop.

Use Zooms(index), where index identifies the view type, to return a single Zoom object. The view type specified by index can be one of the following WdViewType constants: wdMasterView, wdNormalView, wdOutlineView, wdPrintPreview, wdPrintView, or wdWebView.

You can also use the Zoom property of the View object to return a single Zoom object.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Item(WdViewType)

Returns the specified Zoom object.

Applies to