Get view information

If you have any suggestions for new features that you would like to see in any of our products, please add them to the wish list.
Post Reply
beandog
Posts: 33
Joined: Wed Dec 14 2005

Get view information

Post by beandog »

I'd like a way to retrieve information about the current view of the PDF CreactiveX control. What page coordinate range is visible, the vertical and horizontal scrollbar positions, etc.
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

In situation you have discribed you can use the windows message handler "OnIdle". Each time a user clicks on the scroll bar a windows message is generated. However when no Windows messages are being processed, you can retreive the position of the scrollbar.

Hope this helps?
ASRoden
Posts: 36
Joined: Thu Jun 15 2006
Location: Auburn, NY USA
Contact:

Post by ASRoden »

Is there a method or a property of the control that has the current scroll position?
Post Reply