EVO PDF Logo

PdfActionJavaScript Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PdfActionJavaScript(
	string javaScript
)

Parameters

javaScript
Type: SystemString
The JavaScript code.
See Also

Reference