const cDEST = "Bookmark3";
var docHelp = this.openDataObject(docConst.HelpFile);
docHelp.gotoNamedDest(cDEST);
Of course, the above does not work. One thing that has confused me:
is there a difference between Bookmarks and Named Destinations ?
There appears to be no Goto method for a Bookmark object.
How does one programmatically go to a particular bookmark ?