Enum ZoomMode
set the ZoomMode on rendering.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ZoomMode
Fields
| Name | Description |
|---|---|
| Default | Sets the Zoom Mode by Default. It represents the page rendered based on the zoom percentage. |
| FitToHeight | Sets the ZoomMode by FitToHeight. It represents the page rendered based on the page container height. |
| FitToPage | Sets the ZoomMode by FitToPage. It represents the page rendered based on the page container height. |
| FitToWidth | Sets the Zoom Mode by FitToWidth. It represents the page rendered based on the page container width. |