\Kendo\UI\PDFViewerDplProcessingDownload
A PHP class representing the download setting of PDFViewerDplProcessing.
Methods
url
Specifies the download action url that will be navigated to.
Returns
\Kendo\UI\PDFViewerDplProcessingDownload
Parameters
$value string
Example
<?php
$download = new \Kendo\UI\PDFViewerDplProcessingDownload();
$download->url('value');
?>