Enum
PdfViewerZoomLevelType

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.

Declaration

cs-api-definition
ActualWidth = 0

Field Value

PdfViewerZoomLevelType

FitToPage

Scales the PDF page so that the entire page fits within the visible viewer area.

Declaration

cs-api-definition
FitToPage = 2

Field Value

PdfViewerZoomLevelType

FitToWidth

Scales the PDF page so that its full width fits within the viewer container.

Declaration

cs-api-definition
FitToWidth = 1

Field Value

PdfViewerZoomLevelType

In this article
DefinitionFieldsActualWidthFitToPageFitToWidth
Not finding the help you need?
Contact Support