toolbar.items.nameString

Specifies the tool's name. Tool definition will be taken from the default collection - kendo.pdfviewer.DefaultTools

Example

<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
    toolbar: {
        items: [
            { name: "pager" },
            { name: "zoom" },
            { name: "open" }
        ]
    },
    pdfjsProcessing: {
        file: {
            url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        }
    }
});
</script>
In this article
toolbar.items.name
Not finding the help you need?
Contact Support