Click or drag to resize

PdfiumFPDFInterForm_SetFormNotify(IntPtr, IntPtr) 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,
	IntPtr pNotify
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
pNotify  IntPtr
Handle to Form Notify structure located in the unmanaged memory.
See Also