Class GoToRAction
Navigate to a destination in a remote PDF by opening an external file and resolving its target location.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class GoToRAction : GoToAction
Constructors
GoToRAction()
Create an empty remote go-to action.
Declaration
public GoToRAction()
GoToRAction(String)
Create a remote go-to action targeting the specified file.
Declaration
public GoToRAction(string file)
Parameters
|
System.String
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
|
System.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
public bool OpenInNewWindow { get; set; }
Property Value
|
System.Boolean
True if the document should be opened in a new window; otherwise, false. |