Specifies zooming type in Microsoft Word.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum ZoomType
Public Enumeration ZoomType
public enum class ZoomType
type ZoomType
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
Indicates to use the explicit zoom percentage.
|
| FullPage | 1 |
Zoom percentage is automatically recalculated to fit one full page.
|
| PageWidth | 2 |
Zoom percentage is automatically recalculated to fit page width.
|
| TextFit | 3 |
Zoom percentage is automatically recalculated to fit text.
|