<kendo:pdfViewer-dplProcessing>
Specifies the DPL configuration options.
Example
<kendo:pdfViewer>
<kendo:pdfViewer-dplProcessing></kendo:pdfViewer-dplProcessing>
</kendo:pdfViewer>
Configuration Attributes
loadOnDemand boolean
Specifies whether read requests should be sent for each page. Note that on the server the pageField should be nullable.
Example
<kendo:pdfViewer-dplProcessing loadOnDemand="loadOnDemand">
</kendo:pdfViewer-dplProcessing>
Configuration JSP Tags
kendo:pdfViewer-dplProcessing-download
Specifies the download configuration.
More documentation is available at kendo:pdfViewer-dplProcessing-download.
Example
<kendo:pdfViewer-dplProcessing>
<kendo:pdfViewer-dplProcessing-download></kendo:pdfViewer-dplProcessing-download>
</kendo:pdfViewer-dplProcessing>
kendo:pdfViewer-dplProcessing-read
Specifies the configuration of the jQuery.ajax to make an HTTP request to the remote service.
More documentation is available at kendo:pdfViewer-dplProcessing-read.
Example
<kendo:pdfViewer-dplProcessing>
<kendo:pdfViewer-dplProcessing-read></kendo:pdfViewer-dplProcessing-read>
</kendo:pdfViewer-dplProcessing>
kendo:pdfViewer-dplProcessing-upload
Specifies the configuration of the jQuery.ajax to make an HTTP POST request to the remote service.
More documentation is available at kendo:pdfViewer-dplProcessing-upload.
Example
<kendo:pdfViewer-dplProcessing>
<kendo:pdfViewer-dplProcessing-upload></kendo:pdfViewer-dplProcessing-upload>
</kendo:pdfViewer-dplProcessing>