 | 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_DoDocumentJSAction(
IntPtr form_handle
)
Public Shared Sub FORM_DoDocumentJSAction (
form_handle As IntPtr
)
public:
static void FORM_DoDocumentJSAction(
IntPtr form_handle
)
static member FORM_DoDocumentJSAction :
form_handle : IntPtr -> unit
public static void FORM_DoDocumentJSAction(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_DoDocumentJSAction = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
RemarksIf 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