[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionJavaScript

ActionJavaScript Class

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

Inheritance
ActionJavaScript
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionJavaScript : ActionBase, IPdfDict
Public Class ActionJavaScript
    Inherits ActionBase
    Implements IPdfDict

Constructors

Name Description
ActionJavaScript()

Initialize a new instance of the ActionJavaScript class.

ActionJavaScript(string)

Initialize a new instance of the ActionJavaScript class.

Properties

Name Description
JavaScript

Gets or sets the JavaScript to execute.

Extension Methods