dplProcessing.read.typeString(default: 'GET')

Specifies the type of the request.

Example

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