JavaScriptAction
Class
Execute JavaScript in response to user interactions or document events during PDF viewing.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class JavaScriptAction : Action
Constructors
Create an empty JavaScript action.
C#
public JavaScriptAction()
Create a JavaScript action with the provided script.
C#
public JavaScriptAction(string script)
The JavaScript code to execute when this action is triggered.