zoomMin Number (default: 0.5)

Specifies the minimum zoom that could be applied to the pages.

Example - customizing the zoomMin

<div id="pdf-viewer"></div>
<script>
    $("#pdf-viewer").kendoPDFViewer({
        pdfjsProcessing: {
            file: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        },
        zoomMin: 1
    });
</script>
In this article