[]
Defines a go-to action changes the view to a specified destination (page, location, and magnification factor), defined by the DestinationBase object.
public class ActionGoTo : ActionBase, IPdfDict, IDestination
Initialize a new instance of the ActionGoTo class.
public ActionGoTo()
Initialize a new instance of the ActionGoTo class.
public ActionGoTo(DestinationBase dest)
dest
DestinationBaseThe DestinationBase object defining the new document view.
Gets or sets the DestinationBase object defining the new document view.
public DestinationBase Dest { get; set; }
Gets this destination's target Page object. Returns null if the target page was specified by index.
public Page Page { get; }
Gets the index of this destination's target page. Returns null if the target page was specified as a Page object.
public int? PageIndex { get; }