gotoNamedDest

The gotoNamedDest method move within the PDF Document to the selected bookmark.

 

Syntax

gotoNamedDest(System.String cName);

 

Parameters

cName

Name of the Bookmark.

 

Return Value

Returns None.

 

Remarks

Member of doc.

 

Example