Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingSettingsBuilder
Defines the fluent API for configuring the PDFViewerDplProcessingSettings settings.
Methods
Read(System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingReadSettingsBuilder>)
Specifies the configuration of the jQuery.ajax to make an HTTP request to the remote service.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingReadSettingsBuilder>
The action that configures the read.
Upload(System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingUploadSettingsBuilder>)
Specifies the configuration of the jQuery.ajax to make an HTTP POST request to the remote service.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingUploadSettingsBuilder>
The action that configures the upload.
Download(System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingDownloadSettingsBuilder>)
Specifies the download configuration.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingDownloadSettingsBuilder>
The action that configures the download.
LoadOnDemand(System.Boolean)
Specifies whether read requests should be sent for each page. Note that on the server the pageField should be nullable.
Parameters
value System.Boolean
The value that configures the loadondemand.