dplProcessing.read.dataTypeString

The type of result expected from the server. Used values are "json" and "jsonp". The PDFViewer expects a json to render the geometries.

Example

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