widthNumber|String(default: 1000)

The width of the PDFViewer.

Example - customizing the width of the viewer

<div id="pdf-viewer"></div>
<script type="module">
    $("#pdf-viewer").kendoPDFViewer({
        width: 480
    });
</script>
In this article
width
Not finding the help you need?
Contact Support