PDFViewerDplProcessingSettingsBuilder
Defines the fluent API for configuring the PDFViewerDplProcessingSettings settings.
Methods
Read(System.Action)
Specifies the configuration of the jQuery.ajax to make an HTTP request to the remote service.
Parameters
configurator - System.Action<PDFViewerDplProcessingReadSettingsBuilder>
The action that configures the read.
Upload(System.Action)
Specifies the configuration of the jQuery.ajax to make an HTTP POST request to the remote service.
Parameters
configurator - System.Action<PDFViewerDplProcessingUploadSettingsBuilder>
The action that configures the upload.
Download(System.Action)
Specifies the download configuration.
Parameters
configurator - System.Action<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.