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)

Syntax

'Declaration
<GuidAttribute("000209A6-0000-0000-C000-000000000046")> _
Public Interface Zoom
'Usage
Dim instance As Zoom
[GuidAttribute("000209A6-0000-0000-C000-000000000046")]
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).

See Also

Reference

Zoom Members

Microsoft.Office.Interop.Word Namespace