pdfGotoOutlineTarget

Jump to the target of an outline node.
void pdfGotoOutlineTarget(PDFViewerHandle viewer, PDFOutlineHandle outline)
This function jumps directly to the target of an outline entry. This is typically called in response to the user clicking on an outline entry.

In general, outline targets can be any valid PDF link - including links to other documents, URLs, etc. - although they are most often links within the current document. The pdfGotoOutlineTarget function will follow all link types.

C:
pdfGotoOutlineTarget(viewer, outline);
pdfGetOutlineNumChildren
pdfGetOutlineChild
pdfGetOutlineTargetPage