PDFViewerMessagesErrorMessagesSettingsTagHelper
Example
Razor
<error-messages/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| not-found | String | Specifies the error message displayed when the specified PDF file URL returns a 404 error or the file cannot be located at the provided path. |
| not-supported | String | Specifies the error message displayed when a user attempts to open a file that is not a PDF format. This validation occurs during file selection or upload. |
| parse-error | String | Specifies the error message displayed when the PDF processing library fails to parse or render the PDF file due to corruption, unsupported features, or internal errors. |
| popup-blocked | String | Specifies the error message displayed when browser popup blockers prevent the PDF viewer from opening new windows for print or download operations. |