C# AcroPDFLib Scrollbar/Zoom position
Posted
by zee
on Stack Overflow
See other posts from Stack Overflow
or by zee
Published on 2010-04-02T15:59:09Z
Indexed on
2010/04/02
16:03 UTC
Read the original article
Hit count: 403
Hello,
I'm trying get and set the "ZoomScroll" of a AcroPDFLib Control.
axAcroPDF1.setZoomScroll(150, 300, 300);
works but there is no function to get that 3 parameters.
Only getting the scrollpos like in a textcontrol doesn't work, too:
scrollpos = GetScrollPos(axAcroPDF1.Handle, (int)ScrollBarType.SbVert);
Please help
© Stack Overflow or respective owner