GoToAction

GoToAction class

Represents a go-to action that changes the view to a specified destination (page, location, and magnification factor).

The GoToAction type exposes the following members:

Constructors

NameDescription
GoToAction(page)Initializes a new instance of the GoToAction class
GoToAction(page)Initializes a new instance of the GoToAction class
GoToAction(page, type, values)Initializes a new instance of the GoToAction class
GoToAction(destination)Initializes a new instance of the GoToAction class
GoToAction()Constructor.
GoToAction(doc, name)Initializes a new instance of the GoToAction class

Properties

NameDescription
nextNext actions in sequence.
destinationGets or sets the destination to jump to.

See Also