Create a new GoTo action.
Create a new GoTo action.
public GoToAction();
Create a new GoTo action that jumps to the specified document.
public GoToAction(string,int);
Create a new go-to action based on a Destination
public GoToAction(Destination);
Create a new GoTo action based on a page
public GoToAction(Page);
GoToAction Class | TallComponents.PDF.Actions Namespace