zoomMax Number
(default: 4)
Specifies the maximum zoom that could be applied to the pages.
Example - customizing the zoomMax
<div id="pdf-viewer"></div>
<script type="module">
$("#pdf-viewer").kendoPDFViewer({
pdfjsProcessing: {
file: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
},
zoomMax: 2
});
</script>