ZoomType enumeration

ZoomType enumeration

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

Members

NameDescription
CUSTOMZoom percentage is set explicitly. It is not recalculated automatically when control size changes.
NONEIndicates to use the explicit zoom percentage. Same as ZoomType.CUSTOM.
FULL_PAGEZoom percentage is automatically recalculated to fit one full page.
PAGE_WIDTHZoom percentage is automatically recalculated to fit page width.
TEXT_FITZoom percentage is automatically recalculated to fit text.

See Also