open pdf using Acrobat Reader
Published: 9. October 2011 | Updated: 26. October 2011License: Microsoft Public License (MS-PL)
Categories: Windows » Processes
Tags: C# Windows
Import namespace
using System.Diagnostics;
Code
Process.Start(@"C:\document.pdf");
| Send us feedback about this snippet » |





