pdfZoomCentered

Zoom to a specific rectangle.
void pdfZoomCentered(PDFViewerHandle viewer, double zoom)
This function is similar to pdfSetZoom, except that it maintains the current center of the display.
C:
pdfZoomCentered(viewer, 125);
pdfSetZoom