ClassGoToRAction
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
GoToRAction(string)
Create a remote go-to action targeting the specified file.
Declaration
public GoToRAction(string file)
Parameters
file
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
public string File { get; set; }
Property Value
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
public bool OpenInNewWindow { get; set; }
Property Value
True if the document should be opened in a new window; otherwise, false.