新建winfom程序,然后拖拽一个Pdfvieerr控件。然后添加一个Button按钮。 PDF打开与预览实现 双击进入Button按钮的点击事件中 private void simpleButton2_Click(object sender, EventArgs e) { //打开pdf文件,并获取文件路径 string filePath = FileDialogHelper.OpenPdf(); //如果不为空 if (!string.IsNullOrEmpty(fil...