PdfJavaScriptAction Class

Docotic.Pdf Library Help > BitMiracle.Docotic.Pdf Namespace > PdfJavaScriptAction Class
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.

Namespace: BitMiracle.Docotic.Pdf
Assembly: BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfJavaScriptAction : PdfAction
Visual Basic
Public NotInheritable Class PdfJavaScriptAction _
	Inherits PdfAction
Visual C++
public ref class PdfJavaScriptAction sealed : public PdfAction

Inheritance Hierarchy

System..::..Object
  BitMiracle.Docotic.Pdf..::..PdfAction
    BitMiracle.Docotic.Pdf..::..PdfJavaScriptAction

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Silverlight

Supported in: 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone 7.1, Windows Phone 7.0

See Also