WdPageFit Enum

Definition

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

wdPageFitBestFit 2

Best fit the page to the current window.

wdPageFitFullPage 1

View the full page.

wdPageFitNone 0

Do not adjust the view settings for the page.

wdPageFitTextFit 3

Best fit the text of the page to the current window.

Applies to