Click or drag to resize

PdfiumFORM_DoDocumentAAction Method

This method is required for performing the document's additional-action.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FORM_DoDocumentAAction(
	IntPtr form_handle,
	DocumentActionTypes aatype
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
aatype  DocumentActionTypes
The type of the additional-actions. See DocumentActionTypes for detail
See Also