Click or drag to resize

PdfiumFORM_DoDocumentOpenAction Method

This method is required for performing open-action when the document is opened.

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

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
Remarks
This method will do nothing if there is no open-actions embedded in the document.
See Also