View Interface 

Contains the view attributes (show all, field shading, table gridlines, and so on) for a window or pane.

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

Usage

Public Class iewImplementation
    Implements View
End Class
Dim iewImplementation1 As New iewImplementation()

Syntax

Public Interface View
public interface View
public interface class View
public interface View
public interface View

Remarks

Use the View property of a Window or Pane object to return the View object.

Use the Type property to change the view.

Use the Percentage property to change the size of the text on-screen.

Use the SeekView property to view comments, endnotes, footnotes, or the document header or footer.

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

View Members