dplProcessing.download.urlString

Specifies the download action url that will be navigated to.

Example

psuedo
    <div id="pdfviewer"></div>
    <script type="module">
    $("#pdfviewer").kendoPDFViewer({
        dplProcessing: {
            download: {
                url: "/api/pdfviewer/documents/download"
            }
        }
    });
    </script>
In this article
dplProcessing.download.url
Not finding the help you need?
Contact Support