PDFKit.NET 2.0 Class Library (.NET 2.0)

JavaScriptAction Class

A JavaScript action executes javascript.

For a list of all members of this type, see JavaScriptAction Members.

System.Object
   TallComponents.PDF.Actions.Action
      TallComponents.PDF.Actions.JavaScriptAction

public class JavaScriptAction : Action

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class does not exectute the JavaScript directly, it depends on the context (location) whare it lives and the ScriptBehavior specified on the document.

Requirements

Namespace: TallComponents.PDF.Actions

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

JavaScriptAction Members | TallComponents.PDF.Actions Namespace