toolbar.items.hiddenBoolean(default: false)

Determines if a button is visible or hidden. By default buttons are visible.

Example

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