PDFViewerMessagesToolbarPagerSettingsTagHelper
Example
Razor
<pager/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| first | String | Specifies the tooltip text for the "first page" navigation button in the pager toolbar. This button navigates to the first page of the PDF document. |
| last | String | Specifies the tooltip text for the "last page" navigation button in the pager toolbar. This button navigates to the last page of the PDF document. |
| next | String | Specifies the tooltip text for the "next page" navigation button in the pager toolbar. This button navigates to the next page of the PDF document. |
| of | String | Specifies the text used in the pager's page information display (e.g., "page 1 of 10"). This appears between the current page number and total page count. |
| page | String | Specifies the singular form of the word "page" used in the pager's status display when there is only one page (e.g., "page 1 of 1"). |
| pages | String | Specifies the plural form of the word "pages" used in the pager's status display when there are multiple pages (e.g., "page 1 of 10 pages"). |
| previous | String | Specifies the tooltip text for the "previous page" navigation button in the pager toolbar. This button navigates to the previous page of the PDF document. |