Click or drag to resize

PdfiumFPDFInterForm_GetFormNotify Method

Gets Form Notify object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FPDF_FORMFILLNOTIFY FPDFInterForm_GetFormNotify(
	IntPtr interForm
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.

Return Value

FPDF_FORMFILLNOTIFY
Form Notify object which used for notification about changes in forms.
See Also