如何打开或启动PDF文件在C#.NET?文件、PDF、NET

由网友(﹏思念在蔓延)分享简介:我如何启动一个PDF编程从它自己的过程C#应用程序?How do I launch a PDF Programmatically from a C# application in it's own process?原来:我想打开PDF文件时,我点击C#.net按钮Originally: I want to ope...

我如何启动一个PDF编程从它自己的过程C#应用程序?

How do I launch a PDF Programmatically from a C# application in it's own process?

原来:我想打开PDF文件时,我点击C#.net按钮

Originally: I want to open PDF file when i click button in C#.Net?

推荐答案

我以为你只是想打开该文件。请尝试以下

I assume you just want to open the file. Try the following

System.Diagnostics.Process.Start(@"c:file.pdf");
阅读全文

相关推荐

最新文章