Class
GoToRAction

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:

cs-api-definition
public class GoToRAction : GoToAction

Inheritance: objectActionGoToActionGoToRAction

Inherited Members GoToAction.DestinationGoToAction.NamedDestination

Constructors

GoToRAction()

Create an empty remote go-to action.

Declaration

cs-api-definition
public GoToRAction()

GoToRAction(string)

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

Declaration

cs-api-definition
public GoToRAction(string file)

Parameters

file

string

The file path or specification for the remote action target.

Properties

File

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

Declaration

cs-api-definition
public string File { get; set; }

Property Value

string

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

OpenInNewWindow

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

Declaration

cs-api-definition
public bool OpenInNewWindow { get; set; }

Property Value

bool

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