dplProcessing.loadOnDemandBoolean(default: false)

Specifies whether read requests should be sent for each page. Note that on the server the pageField should be nullable.

Example

pseudo
    <div id="pdfviewer"></div>
    <script type="module">
    $("#pdfviewer").kendoPDFViewer({
        dplProcessing: {
            read: {
                url: "/api/pdfviewer/read",
                pageField: "pageNumber"
            },
            loadOnDemand: true
        }
    });
    </script>
In this article
dplProcessing.loadOnDemand
Not finding the help you need?
Contact Support