PDFKit.NET 2.0 Class Library (.NET 2.0)

GoToAction Constructor

Create a new GoTo action.

Overload List

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);

See Also

GoToAction Class | TallComponents.PDF.Actions Namespace