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);