使用C#操作PDF的方法 使用C#打开PDF,阅读,修改,保存openFile.Filter="PDF文件|*.pdf";openFile.ShowDialog();axAcroPDF1.setShowToolbar(false);axAcroPDF1.src=openFile.FileName;