width Number|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>