messages.toolbar.pager.previousString(default: "Go to the previous page")

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.

Example

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