width Number|String (default: 1000)

The width of the PDFViewer.

Example - customizing the width of the viewer

<div id="pdf-viewer"></div>
<script>
    $("#pdf-viewer").kendoPDFViewer({
        width: 480
    });
</script>
In this article