Navigating to a specific page in Windows Forms PdfViewerControl

14 Jun 20211 minute to read

Navigation to a specific page, through code, is possible using GoToPageAtIndex method.

pdfViewerControl1.GoToPageAtIndex(2);
pdfViewerControl1.GoToPageAtIndex(2)