pdfMakeRegionVisible

Make a region visible.
void pdfMakeRegionVisible(PDFViewerHandle viewer, PDFRegionHandle region)
This function makes sure that the specified region is visible in the window. It will change to the correct page and scroll the window, as needed.
C:
PDFRegionHandle region; region = .... pdfMakeRegionVisible(viewer, region);