New to Telerik UI for ASP.NET Core? Download free 30-day trial

PDFViewerDplProcessingSettingsBuilder

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 configurator for the read setting.

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 configurator for the upload setting.

Download(System.Action)

Specifies the download configuration.

Parameters

configurator - System.Action<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.

In this article
Not finding the help you need?