views:

186

answers:

1

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

Hi Zee, I tried the PDFTron library. It's good. It has a getZoom, getHScrollPos and getVScrollPos methods so you can render the PDF document.

Here are the classes of PDFTron: link text

Regards

Rye