Represent a possible values for how large or small the document
appears on the screen in Microsoft Word.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax Public Enumeration ZoomType
Members Member name | Value | Description |
---|
None | 0 |
Indicates to use the explicit zoom percentage.
|
FullPage | 1 |
Zoom percentage is automatically recalculated to fit one full page.
|
BestFit | 2 |
Zoom percentage is automatically recalculated to fit page width.
|
TextFit | 3 |
Zoom percentage is automatically recalculated to fit text.
|
See Also