Click or drag to resize

PdfiumFPDFInterForm_SetFormNotify(IntPtr, FPDF_FORMFILLNOTIFY) Method

Sets Form Notify object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFInterForm_SetFormNotify(
	IntPtr interForm,
	FPDF_FORMFILLNOTIFY pNotify
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
pNotify  FPDF_FORMFILLNOTIFY
Handle to Form Notify object which used for notification about changes in forms.
See Also