EVO PDF Logo

PdfActionJavaScript Constructor

EVO PDF Client for .NET Framework
Creates a JavaScript action based on a JavaScript string.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfActionJavaScript(
	string javaScript
)

Parameters

javaScript
Type: SystemString
The JavaScript code.
See Also

Reference