Class GoToAction

GoToAction class

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

public class GoToAction : PdfAction

Constructors

NameDescription
GoToAction(ExplicitDestination)Constructor.
GoToAction(Page)Constructor for GoToAction class.
GoToAction(Document, string)Action which linked with Named Destination.
GoToAction(Page, ExplicitDestinationType, params double[])Constructor for GoToAction class.

Properties

NameDescription
virtual Destination { get; set; }Gets or sets the destination to jump to.
Next { get; }Next actions in sequence.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also