EnumPdfViewerZoomLevelType
Enum
Defines the predefined zoom level types for the PDF Viewer. Use these values with the Zoom parameter to apply a semantic zoom mode on initial load.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum PdfViewerZoomLevelType
Fields
ActualWidth
Scales the PDF page to match the actual pixel width of the viewer container.
FitToPage
Scales the PDF page so that the entire page fits within the visible viewer area.
FitToWidth
Scales the PDF page so that its full width fits within the viewer container.