Class JavaScriptAction
Execute JavaScript in response to user interactions or document events during PDF viewing.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class JavaScriptAction : Action
Constructors
JavaScriptAction()
Create an empty JavaScript action.
Declaration
public JavaScriptAction()
JavaScriptAction(String)
Create a JavaScript action with the provided script.
Declaration
public JavaScriptAction(string script)
Parameters
|
System.String
script
The JavaScript code to execute when this action is triggered. |
Properties
Script
Gets or sets the JavaScript source executed when the action runs.
Declaration
public string Script { get; set; }
Property Value
|
System.String
The JavaScript source code as a string. |