Table of Contents

Class PdfActionJavaScript

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Represents a JavaScript action in the PDF document.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfActionJavaScript : PdfAction
Inheritance
PdfActionJavaScript
Inherited Members

Constructors

PdfActionJavaScript(string)

Creates a JavaScript action based on a JavaScript string.

public PdfActionJavaScript(string javaScript)

Parameters

javaScript string

The JavaScript code.

Properties

JavaScriptCode

Gets or sets the JavaScript code executed by this action.

public string JavaScriptCode { get; set; }

Property Value

string