PDF .NET Library Documentation - PDF Technologies, Inc.
A JavaScript action causes a script to be compiled and executed by the JavaScript interpreter.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFJavaScriptAction : PDFAction
Visual Basic (Declaration)
Public Class PDFJavaScriptAction _
	Inherits PDFAction
Visual C++
public ref class PDFJavaScriptAction : public PDFAction

Remarks

Depending on the nature of the script, this can cause various interactive form fields in the document to update their values or change their visual appearance.

Adobe Technical Note #5186, "Acrobat Forms JavaScript Object Specification" give details on the contents and effects of JavaScript scripts.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFJavaScriptAction

See Also