messages.toolbar.pager.lastString(default: "Go to the last page")

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.

Example

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