goToNamedDestination()

The function jumps to the page within the PDF that contains the named destination.

Synopsis

bool goToNamedDestination(string name);

Description

To navigate to any named destination within the PDF the function goToNamedDestination can be used.

The function jumps to the page within the PDF that contains the named destination. Jumping to specific captions or elements is not supported by the EWO libraries and therefore the EWO can only jump to the page start of the destination.

Returns true if successful; false if no PDF document is loaded or the named destination is not found

Assignment

PDF Viewer EWO