 | PdfiumFORM_GetInterForm Method |
Initialize the interactive forms
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FORM_GetInterForm(
IntPtr form_handle
)
Public Shared Function FORM_GetInterForm (
form_handle As IntPtr
) As IntPtr
public:
static IntPtr FORM_GetInterForm(
IntPtr form_handle
)
static member FORM_GetInterForm :
form_handle : IntPtr -> IntPtr
public static IntPtr FORM_GetInterForm(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_GetInterForm = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
Return Value
IntPtrThe handle to the interactive forms object
See Also