Class AbstractGoToAction
Abstract class for GoTo-type actions (GoTo, GoToE, GoToR) that have a destination
public abstract class AbstractGoToAction : PdfAction
- Inheritance
-
AbstractGoToAction
- Derived
- Inherited Members
Constructors
AbstractGoToAction(ActionType, ExplicitDestination)
Constructor
protected AbstractGoToAction(ActionType type, ExplicitDestination destination)
Parameters
type
ActionTypedestination
ExplicitDestination
Properties
Destination
Destination for the GoTo-type action
public ExplicitDestination Destination { get; }