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. Netscape Communications Corporation's "Client-Side JavaScript Reference" and the Adobe "JavaScript for Acrobat API Reference" give details on the contents and effects of JavaScript scripts.

public sealed class PdfJavaScriptAction : PdfAction
Inheritance
PdfJavaScriptAction
Inherited Members

Properties

Script

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