Class GoToRAction
Represents an action that navigates to a destination in a remote PDF document by launching or opening an external file.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class GoToRAction : GoToAction
  Constructors
GoToRAction()
GoToRAction(String)
Initializes a new instance of the GoToRAction class.
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.  |