Namespace TallComponents.PDF.Actions
Class GoToAction
The go-to action moves the actual view to a destination in the current document.
Instructs the PDF reader application to jump to a different position, determined by the
.
Syntax
public class GoToAction
: Action
Constructors
GoToAction()
Create a new GoTo action.
GoToAction(String,Int32)
Create a new GoTo action that jumps to the specified document.
GoToAction(Destination)
Create a new go-to action based on a Destination
GoToAction(Page)
Create a new GoTo action based on a page.