I open a pdf file when my form is loaded with the following code:
Process process = new Process(); ProcessStartInfo startInfo = new ProcessStartInfo(); proce
Try
process.StartInfo.Arguments = "/A \"page=n\" \"F:\\STAGE\\test.pdf"";
changing n to the page number you want
n