Click or drag to resize

ZoomType Enumeration

Represent a possible values for how large or small the document appears on the screen in Microsoft Word.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum ZoomType
Members
Member nameValueDescription
None0 Indicates to use the explicit zoom percentage.
FullPage1 Zoom percentage is automatically recalculated to fit one full page.
BestFit2 Zoom percentage is automatically recalculated to fit page width.
TextFit3 Zoom percentage is automatically recalculated to fit text.
See Also