Click or drag to resize

PdfiumFORM_DoDocumentJSAction Method

This method is required for performing Document-level JavaScript action. It should be invoked after the PDF document had been loaded.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FORM_DoDocumentJSAction(
	IntPtr form_handle
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
Remarks
If there is Document-level JavaScript action embedded in the document, this method will execute the javascript action; otherwise, the method will do nothing.
See Also