pdfGotoNamedDestination

Move to a named destination.
BOOL pdfGotoNamedDestination(PDFViewerHandle viewer, char *dest)
This function moves the display to a specific named destination. (Named destinations are inserted into a PDF file when it is created.)

Returns false if the named destination isn't found.

C:
pdfGotoNamedDestination(viewer, "some_destination");
pdfGotoPage