pdfGotoPage

Move to a specific page.
void pdfGotoPage(PDFViewerHandle viewer, int pageNum)
This function changes the display to a specific page number.
C:
pdfGotoPage(viewer, 10);
pdfGotoFirstPage
pdfGotoLastPage
pdfGotoNextPage
pdfGotoPreviousPage