Zooms Interface 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class oomsImplementation
    Implements Zooms
End Class
Dim oomsImplementation1 As New oomsImplementation()

Syntax

Public Interface Zooms
public interface Zooms
public interface class Zooms
public interface Zooms
public interface Zooms

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Zooms Members