Table of Contents

Class PdfJavaScriptAction

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for a JavaScript action. A JavaScript action causes a script to be compiled and executed by the JavaScript interpreter.

Depending on the nature of the script, various interactive form fields in the document may update their values or change their visual appearances.

public sealed class PdfJavaScriptAction : PdfAction
Inheritance
PdfJavaScriptAction
Inherited Members

Remarks

Adobe Acrobat JavaScript API Reference give details on the contents and effects of JavaScript scripts.

See the example of using JavaScript in forms.

The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

Properties

Script

Gets or sets the text string containing the JavaScript script to be executed.