Zoom Interface 

Contains magnification options (for example, the zoom percentage) for a window or pane.

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

Usage

Public Class oomImplementation
    Implements Zoom
End Class
Dim oomImplementation1 As New oomImplementation()

Syntax

Public Interface Zoom
public interface Zoom
public interface class Zoom
public interface Zoom
public interface Zoom

Remarks

The Zoom object is a member of the Zooms collection.

Use the Zoom property of the View object to return a single Zoom object.

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.

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).

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

Zoom Members