Specifies zooming type in Microsoft Word.

Namespace: Spire.Doc
Assembly: 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

MemberValueDescription
None0
Indicates to use the explicit zoom percentage.
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.

See Also