Hi dharmendr,
Thanks for your kind support. I tried both approach. But none of them fulfilled my requiremnent. I just want to open the Pdf File inside my C# Windows application for users to view the Pdf Files. The users shoud not save Pdf File. They should only view. In first approach user can save Pdf Files from given location. In second approach save option is coming.
I also tried the below code but it is also not fulfiiling my requirement.
ProcessStartInfo psi = new ProcessStartInfo(fileName.ToString()); Process.Start(psi);
Please suggest me how i will do for above requiement. Thanks in advance.