ZoomType

ZoomType enumeration

Possible values for how large or small the document appears on the screen in Microsoft Word.

public enum ZoomType

Values

NameValueDescription
Custom0Zoom percentage is set explicitly. It is not recalculated automatically when control size changes.
None0Indicates to use the explicit zoom percentage. Same as Custom.
FullPage1Zoom percentage is automatically recalculated to fit one full page.
PageWidth2Zoom percentage is automatically recalculated to fit page width.
TextFit3Zoom percentage is automatically recalculated to fit text.

See Also