如何在C#中打开PDF文件
问题描述:
我的网络应用程序中有一个pdf文件如何在c#中打开它。
Hi,
I have a pdf file in my web application how to open it in c#.
答
在C#
System.Diagnostics.Process.Start(路径);
在托管C ++中
System :: Diagnostics :: Process :: Start(path);
in C#
System.Diagnostics.Process.Start(path);
in managed C++
System::Diagnostics::Process::Start(path);
试试这个讨论
http://forums.asp.net/t/1219837。 aspx [ ^ ]
Try this discussion
http://forums.asp.net/t/1219837.aspx[^]
嗨哥们
此链接将帮助您....
http://www.c-sharpcorner.com/ uploadfile / hirendra_singh / how-to-show-pdf-file-in-C-Sharp / [ ^ ]
乐意提供帮助
Hi buddy
this link will help you....
http://www.c-sharpcorner.com/uploadfile/hirendra_singh/how-to-show-pdf-file-in-C-Sharp/[^]
happy to help