dplProcessing.read.urlString

Specifies the url to which the request is sent.

Example

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