Specifies zooming type in Microsoft Word.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Public Enumeration ZoomType
 
public enum class ZoomType
 
 
 
 
 Members
 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. | 
|  | PageWidth | 2 | Zoom percentage is automatically recalculated to fit page width. | 
|  | TextFit | 3 | Zoom percentage is automatically recalculated to fit text. | 
 
 
 See Also
See Also