I am in the process of evaluating PDFViewer. I have a need to be able to programmatically scroll a PDF document.
For the purposes of this topic, assume that my viewer window is not tall enough to view an entire page of the PDF.
- One thing I've discovered is if I manually scroll using the scrollbar, by clicking in the scrollbar, I'm taken to the top of the next page. I need to be taken to the next section of the current page. Is there any combination of settings that I can set to cause scrolling to work correctly?
- Is it possible to accomplish the scrolling described above (scroll to the next area in the same page, not the top of the next page) programmatically?