[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionJavaScript

Class ActionJavaScript

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

Defines an action causes a script to be compiled and executed by the JavaScript interpreter.

public class ActionJavaScript : ActionBase, IPdfDict
Inheritance
object
ActionJavaScript
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ActionJavaScript()

Initialize a new instance of the ActionJavaScript class.

public ActionJavaScript()

ActionJavaScript(string)

Initialize a new instance of the ActionJavaScript class.

public ActionJavaScript(string javaScript)

Parameters

javaScript string

The JavaScript to execute.

Properties

JavaScript

Gets or sets the JavaScript to execute.

public string JavaScript { get; set; }

Property Value

string