Enum ZoomType
Specifies the type of zoom.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ZoomType
Fields
Name | Description |
---|---|
FullPage | Zoom percentage is automatically recalculated to fit one full page. |
None | Indicates to use the explicit zoom percentage. |
PageWidth | Zoom percentage is automatically recalculated to fit page width. |
TextFit | Zoom percentage is automatically recalculated to fit text. |