PDFViewerDplProcessingSettingsTagHelper
Example
Razor
<dpl-processing>
<download />
<read />
<upload></upload>
</dpl-processing>
ChildTags
| Tag Name | Details |
|---|---|
| download | PDFViewerDplProcessingDownloadSettingsTagHelper |
| read | PDFViewerDplProcessingReadSettingsTagHelper |
| upload | PDFViewerDplProcessingUploadSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| load-on-demand | Boolean | Specifies whether read requests should be sent for each page. Note that on the server the pageField should be nullable. |