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)
Syntax
'Declaration
Public Enumeration WdPageFit
'Usage
Dim instance As WdPageFit
public enum WdPageFit
Members
Member name | Description | |
---|---|---|
wdPageFitNone | Do not adjust the view settings for the page. | |
wdPageFitFullPage | View the full page. | |
wdPageFitBestFit | Best fit the page to the current window. | |
wdPageFitTextFit | Best fit the text of the page to the current window. |