Class 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.

public sealed class GoToRemoteAction : GoToAction

Constructors

NameDescription
GoToRemoteAction(string, ExplicitDestination)Initializes GoToRemoteAction object.
GoToRemoteAction(string, int)Initializes GoToRemoteAction object.

Properties

NameDescription
override Destination { get; set; }Gets or sets the destination to jump to.
File { get; set; }Gets or sets the specification of the file in which the destination is located.
NewWindow { get; set; }Gets or sets a flag specifying whether to open the destination document in a new window.
Next { get; }Next actions in sequence.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also