ZoomType Enumeration

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

Namespace:  Aspose.Words.Settings
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public enum ZoomType
Members
  Member nameValueDescription
Custom0 Zoom percentage is set explicitly. It is not recalculated automatically when control size changes.
None0 Indicates to use the explicit zoom percentage. Same as Custom.
FullPage1 Zoom percentage is automatically recalculated to fit one full page.
PageWidth2 Zoom percentage is automatically recalculated to fit page width.
TextFit3 Zoom percentage is automatically recalculated to fit text.
Remarks
See Also