Class ZoomType
Specifies the type of zoom.
Inheritance
System.Object
ZoomType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ZoomType : Enum
Fields
FullPage
Zoom percentage is automatically recalculated to fit one full page.
Declaration
public const ZoomType FullPage
Field Value
Type |
---|
ZoomType |
None
Indicates to use the explicit zoom percentage.
Declaration
public const ZoomType None
Field Value
Type |
---|
ZoomType |
PageWidth
Zoom percentage is automatically recalculated to fit page width.
Declaration
public const ZoomType PageWidth
Field Value
Type |
---|
ZoomType |
TextFit
Zoom percentage is automatically recalculated to fit text.
Declaration
public const ZoomType TextFit
Field Value
Type |
---|
ZoomType |