Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingSettingsBuilder
Defines the fluent API for configuring PDFViewerDplProcessingSettings
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 configurator for the read setting.
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 configurator for the upload setting.
Download(System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingDownloadSettingsBuilder>)
Specifies the download configuration.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PDFViewerDplProcessingDownloadSettingsBuilder>
The configurator for the download setting.
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 for LoadOnDemand
LoadOnDemand
Specifies whether read requests should be sent for each page. Note that on the server the pageField should be nullable.