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:
public class GoToRAction : GoToAction
Inheritance: objectActionGoToActionGoToRAction
Inherited Members
Constructors
Create an empty remote go-to action.
public GoToRAction()
Create a remote go-to action targeting the specified file.
public GoToRAction(string file)
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.
public string File { get; set; }
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.
public bool OpenInNewWindow { get; set; }
True if the document should be opened in a new window; otherwise, false.