<kendo:pdfViewer-dplProcessing-read>

Specifies the configuration of the jQuery.ajax to make an HTTP request to the remote service.

Example

<kendo:pdfViewer-dplProcessing>
    <kendo:pdfViewer-dplProcessing-read></kendo:pdfViewer-dplProcessing-read>
</kendo:pdfViewer-dplProcessing>

Configuration Attributes

dataType java.lang.String

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

Example

<kendo:pdfViewer-dplProcessing-read dataType="dataType">
</kendo:pdfViewer-dplProcessing-read>

pageField java.lang.String

Specifies the page field parameter submitted to the read url. It is used in scenario with loadOnDemand when requests are sent for each page.

Example

<kendo:pdfViewer-dplProcessing-read pageField="pageField">
</kendo:pdfViewer-dplProcessing-read>

type java.lang.String

Specifies the type of the request.

Example

<kendo:pdfViewer-dplProcessing-read type="type">
</kendo:pdfViewer-dplProcessing-read>

url java.lang.String

Specifies the url to which the request is sent.

Example

<kendo:pdfViewer-dplProcessing-read url="url">
</kendo:pdfViewer-dplProcessing-read>
In this article
Not finding the help you need?