C#的 WindowsForms中用Adobe PDF Readerpdf显示文件,怎么指定页码呢?
    string fileName = "pdf\\1.pdf";
    axAcroPDF1.LoadFile(fileName);
这样是可以打开pdf文件,可以我想默认打开指定的页,怎么没有方法呢!
他里面只有
axAcroPDF1.gotoPreviousPage();
axAcroPDF1.gotoNextPage();
上移下移,首页,尾页的方法,怎么找不到指定页的方法呢!
请教了!