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>
    $("#pdf-viewer").kendoPDFViewer({
        pdfjsProcessing: {
            file: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        },
        zoomMin: 2
    });
</script>
In this article