PDFViewerPropsPremium
The props of the KendoReact PDF Viewer component.
| Name | Type | Default | Description | 
|---|---|---|---|
arrayBuffer? | 
 | 
 Sets the raw binary data buffer of the PDF file. jsx 
 | |
data? | 
 | 
 Sets the data of the PDF file in Base64 format. jsx 
 | |
defaultZoom? | 
 | 
 | 
 Sets the default zoom value. jsx 
 | 
maxZoom? | 
 | 
 | 
 Sets the maximum zoom value. jsx 
 | 
minZoom? | 
 | 
 | 
 Sets 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? | 
 | 
 Sets the file name used to save the file when you click the download tool. jsx 
 | |
saveOptions? | 
 | 
 Sets the options for saving the file when you click the download tool. jsx 
 | |
style? | 
 | 
 Sets the additional styles for the PDF Viewer component. jsx 
 | |
tools? | 
 | 
 | 
 Sets the tools collection that renders in the toolbar. jsx 
 | 
typedArray? | 
 | 
 Sets the data of the PDF file in typed array format. jsx 
 | |
url? | 
 | 
 Sets the URL of the PDF file. jsx 
 | |
zoom? | 
 | 
 Sets the zoom value of the document. jsx 
 | |
zoomLevels? | 
 | 
 Sets the zoom levels populated in the ComboBox component. jsx 
 | |
zoomRate? | 
 | 
 | 
 Sets the zoom rate value. jsx 
 |