pdfSetSelectedRegion

Set the selected region.
void pdfSetSelectedRegion(PDFViewerHandle viewer, PDFRegionHandle region)
This function selects the specified region.

To clear the selection, pass NULL as the region handle.

C:
PDFRegionHandle region; region = .... pdfSetSelectedRegion(viewer, region);
pdfGetSelectedRegion