WdPageFit Enumeration 

Specifies the view setting for a page.

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

Usage

Dim wdPageFit1 As WdPageFit = WdPageFit.wdPageFitBestFit

Syntax

Public Enum WdPageFit
public enum WdPageFit
public enum class WdPageFit
public enum WdPageFit
public enum WdPageFit

Members

Member name Description
wdPageFitBestFit Best fit the page to the current window.
wdPageFitFullPage View the full page.
wdPageFitNone Do not adjust the view settings for the page.
wdPageFitTextFit Best fit the text of the page to the current window.

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