Class ZoomMode
set the ZoomMode on rendering.
Inheritance
System.Object
ZoomMode
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ZoomMode : Enum
Fields
Default
Sets the Zoom Mode by Default. It represents the page rendered based on the zoom percentage.
Declaration
public const ZoomMode Default
Field Value
Type |
---|
ZoomMode |
FitToPage
Sets the ZoomMode by FitToPage. It represents the page rendered based on the page container height.
Declaration
public const ZoomMode FitToPage
Field Value
Type |
---|
ZoomMode |
FitToWidth
Sets the Zoom Mode by FitToWidth. It represents the page rendered based on the page container width.
Declaration
public const ZoomMode FitToWidth
Field Value
Type |
---|
ZoomMode |