height Number|String
(default: 1200)
The height of the PDFViewer.
Example - customizing the height of the viewer
<div id="pdf-viewer"></div>
<script type="module">
$("#pdf-viewer").kendoPDFViewer({
height: 800
});
</script>