Click or drag to resize
Pdf Library for .NET

PdfActionJavaScript Constructor

Creates a JavaScript action based on a JavaScript code.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfActionJavaScript(
	string javaScript
)

Parameters

javaScript
Type: SystemString
The JavaScript code.
See Also