Here i want to scroll the pdf document using vScrollBar in c#.net. i have displayed the pdf document in axAcroPDF.i want scroll down and up using windows form control(vScrollBar). How can i do it please answer anyone.

You can use the following code:
axAcroPDF1.setViewScroll("FitH", scrollbarValue);
Just replace scrollbarValue with the value of your custom scrollbar