PDFViewerMessagesDialogsExportAsDialogSettingsTagHelper
Example
Razor
<export-as-dialog>
<labels></labels>
</export-as-dialog>
ChildTags
| Tag Name | Details |
|---|---|
| labels | PDFViewerMessagesDialogsExportAsDialogLabelsSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| default-file-name | String | Specifies the default filename shown in the export dialog's file name input field when no specific document name is available. |
| String | Specifies the display text for the PDF export format option in the export dialog's file type dropdown list. | |
| png | String | Specifies the display text for the PNG export format option in the export dialog's file type dropdown list. |
| svg | String | Specifies the display text for the SVG export format option in the export dialog's file type dropdown list. |
| title | String | Specifies the title text displayed in the export dialog header when users choose to export PDF pages in different formats. |