[]
Defines a remote go-to action is similar to an ordinary go-to action ActionGoTo but jumps to a destination in another PDF file instead of the current file.
public class ActionGoToR : ActionBase, IPdfDict
Public Class ActionGoToR
Inherits ActionBase
Implements IPdfDict
Name | Description |
---|---|
ActionGoToR() | Initialize a new instance of the ActionGoToR class. |
ActionGoToR(FileSpecification, DestinationBase, bool) | Initialize a new instance of the ActionGoToR class. |
ActionGoToR(string, DestinationBase, bool) | Initialize a new instance of the ActionGoToR class. |
Name | Description |
---|---|
Dest | Gets the DestinationBase object defining the new document view. |
File | Gets or sets the FileSpecification object defining the another file. |
NewWindow | Gets a value indicating whether to open the destination document in a new window. |