WdPageFit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the view setting for a page.
public enum class WdPageFit
[System.Runtime.InteropServices.Guid("A761B997-6F90-3C4E-9677-EA06329D5926")]
public enum WdPageFit
type WdPageFit =
Public Enum WdPageFit
- Inheritance
-
WdPageFit
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPageFitNone | 0 | Do not adjust the view settings for the page. |
wdPageFitFullPage | 1 | View the full page. |
wdPageFitBestFit | 2 | Best fit the page to the current window. |
wdPageFitTextFit | 3 | Best fit the text of the page to the current window. |