Hi, I'm using the latest version of Spire.premium and the pdfviewer control does not support paging. Can you advise how to page using that control?
I have tried:
<input type="button" id="btnfirst" value="first" onclick="pdfViewer.FirstPage()" value"first" />
where my control is named 'pdfViewer' and it raises the error on click: " JavaScript runtime error: Object doesn't support property or method 'FirstPage'".