New to Telerik Document ProcessingStart a free 30-day trial

Navigate to a destination in a remote PDF by opening an external file and resolving its target location.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Actions

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class GoToRAction : GoToAction

Inheritance: objectActionGoToActionGoToRAction

Inherited Members GoToAction.DestinationGoToAction.NamedDestination

Constructors

Create an empty remote go-to action.

C#
public GoToRAction()

Create a remote go-to action targeting the specified file.

C#
public GoToRAction(string file)
Parameters:filestring

The file path or specification for the remote action target.

Properties

Gets or sets the file specification for the remote document that contains the target destination.

C#
public string File { get; set; }
Property Value:

The file path or file specification string identifying the remote PDF document.

Gets or sets a value indicating whether to open the destination document in a new window.

C#
public bool OpenInNewWindow { get; set; }
Property Value:

True if the document should be opened in a new window; otherwise, false.