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
Name |
Description |
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
Name |
Description |
virtual Destination { get; set; } |
Gets or sets the destination to jump to. |
Next { get; } |
Next actions in sequence. |
See Also