gotoOutlineTarget

Jump to the target of an outline node.
gotoOutlineTarget([in] LONG outlineHandle)
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 gotoOutlineTarget function will follow all link types.

VB:
viewer.gotoOutlineTarget(outlineHdl)
getOutlineNumChildren
getOutlineChild
getOutlineTargetPage