GoToRemoteAction

GoToRemoteAction class

Represents a remote go-to action that is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.

The GoToRemoteAction type exposes the following members:

Constructors

NameDescription
GoToRemoteAction(remote_pdf, remote_page_number)Initializes a new instance of the GoToRemoteAction class
GoToRemoteAction(remote_pdf, destination)Initializes a new instance of the GoToRemoteAction class

Properties

NameDescription
nextNext actions in sequence.
destinationGets or sets the destination to jump to.
fileGets or sets the specification of the file in which the destination is located.
new_windowGets or sets a flag specifying whether to open the destination document in a new window.

See Also