 | PdfiumFORM_DoDocumentAAction Method |
This method is required for performing the document's additional-action.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_DoDocumentAAction(
IntPtr form_handle,
DocumentActionTypes aatype
)
Public Shared Sub FORM_DoDocumentAAction (
form_handle As IntPtr,
aatype As DocumentActionTypes
)
public:
static void FORM_DoDocumentAAction(
IntPtr form_handle,
DocumentActionTypes aatype
)
static member FORM_DoDocumentAAction :
form_handle : IntPtr *
aatype : DocumentActionTypes -> unit
public static void FORM_DoDocumentAAction(
IntPtr form_handle,
DocumentActionTypes aatype
)
Patagames.Pdf.Pdfium.FORM_DoDocumentAAction = function(form_handle, 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