Aspose::Words::Settings::ZoomType enum

ZoomType enum

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

enum class ZoomType

Values

NameValueDescription
Custom0Zoom percentage is set explicitly. It is not recalculated automatically when control size changes.
Nonen/aIndicates 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