messages.toolbar.pager.firstString(default: "Go to the first page")

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.

Example

<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
    messages: {
        toolbar: {
            pager: {
                first: "Ir a la primera página"
            }
        }
    },
    pdfjsProcessing: {
        file: {
            url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        }
    }
});
</script>
In this article
messages.toolbar.pager.first
Not finding the help you need?
Contact Support