AcroPDF in Delphi - How do I scroll?
Posted
by Liezzzje
on Stack Overflow
See other posts from Stack Overflow
or by Liezzzje
Published on 2010-03-22T14:03:27Z
Indexed on
2010/03/22
16:21 UTC
Read the original article
Hit count: 344
Hi,
I'm currently adding a PDF viewer in a Delphi program using TAcroPDF. My problem is, the touch screens that need to show the PDF are rather small, so I wanted to add bigger buttons for scrolling.
I thought I could use the function ScrollBy(DeltaX, DeltaY), but the function scrolls the component within it's container in stead of scrolling the document itself.
Is there some way to scroll the PDF document?
© Stack Overflow or respective owner