aximp "C:\Program Files (x86)\Adobe\Acrobat Reader\Browser\AcroPDF.dll" using AxAcroPDFLib; private void Form1_Load(object sender, EventArgs e)
AxAcroPDF pdfViewer = new AxAcroPDF(); pdfViewer.Dock = DockStyle.Fill; this.Controls.Add(pdfViewer);
// Load a PDF file pdfViewer.LoadFile(@"C:\temp\document.pdf");