Click or drag to resize

PdfJavaScriptAction(PdfDocument, String) Constructor

Initializes a new instance of the PdfJavaScriptAction class.

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfJavaScriptAction(
	PdfDocument document,
	string javaScript
)

Parameters

document  PdfDocument
Document which contains this action.
javaScript  String
The uniform resource locator (URL) of the script at the Web server that will process the submission.
See Also