gotoNamedDestination

Move to a named destination.
gotoNamedDestination([in] BSTR 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.

VB:
viewer.gotoNamedDestination("some_destination")
currentPage