PDFViewerPropsPremium
The props of the KendoReact PDF Viewer component.
Name | Type | Default | Description |
---|---|---|---|
arrayBuffer? |
|
Represents the raw binary data buffer of the PDF file. jsx
| |
data? |
|
Represents the data of the PDF file in Base64 format. jsx
| |
defaultZoom? |
|
Represents the default zoom value. jsx
| |
maxZoom? |
|
Represents the maximum zoom value. jsx
| |
minZoom? |
|
Represents the minimum zoom value. jsx
| |
onDownload? |
|
Fires when the download tool has been clicked. To prevent the download, return jsx
| |
onError? |
|
Fires when an error occurs. jsx
| |
onLoad? |
|
Fires when a PDF document has been loaded. jsx
| |
onPageChange? |
|
Fires when the page has changed. jsx
| |
onRenderContent? |
|
Fires when the content component is about to be rendered. Use it to override the default appearance of the content. jsx
| |
onRenderLoader? |
|
Fires when the loading indication component is about to be rendered. Use it to override the default appearance of the loading. jsx
| |
onRenderToolbar? |
|
Fires when the toolbar component is about to be rendered. Use it to override the default appearance of the toolbar. jsx
| |
onZoom? |
|
Fires when the zoom has changed. jsx
| |
saveFileName? |
|
Represents the file name used to save the file when the user clicks the download tool. jsx
| |
saveOptions? |
|
Represents the options for saving the file when the user clicks the download tool. jsx
| |
style? |
|
Represents the additional styles which will be added to the PDF Viewer component. jsx
| |
tools? |
|
|
Represents the tools collection rendered in the toolbar. jsx
|
typedArray? |
|
Represents the data of the PDF file in typed array format. jsx
| |
url? |
|
Represents the URL of the PDF file. jsx
| |
zoom? |
|
Represents the zoom value of the document. jsx
| |
zoomLevels? |
|
Represents the zoom levels populated in the ComboBox component. jsx
| |
zoomRate? |
|
Represents the zoom rate value. jsx
|