[]
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
Public Class ActionGoTo
Inherits ActionBase
Implements IPdfDict, IDestination
Name | Description |
---|---|
ActionGoTo() | Initialize a new instance of the ActionGoTo class. |
ActionGoTo(DestinationBase) | Initialize a new instance of the ActionGoTo class. |
Name | Description |
---|---|
Dest | Gets or sets the DestinationBase object defining the new document view. |
Page | Gets this destination's target Page object. Returns null if the target page was specified by index. |
PageIndex | Gets the index of this destination's target page. Returns null if the target page was specified as a Page object. |