Scroll Position

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
amurphy
Posts: 8
Joined: Wed Jan 05 2005

Scroll Position

Post by amurphy »

Hi There,

Is it possible to get and also set the current scroll position for th currently viewed PDF page in PDF Creator .NET ver3.0.

Thanks :D
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

You should look at the IacObject.ScrollIntoView Method. This method is used to scroll the object into view.

You can find a detailed example of this on page 98 of the “Amyuni PDF Creator .NET.pdf” developer documentation.

Hope this helps?
yskelling
Posts: 3
Joined: Fri Sep 07 2007

Post by yskelling »

In the same idea, is there any way to get the Screen(not page) coordinates of an object in the creator control... So we can show something in front of an object ( over ) with different scroll positions or with different zoom factors ?

Or publish an event when the scroll occurs with delta in twips and another when zoom factor changes with current zoom factor ?

Thank you,

Yannick.
Post Reply