Click or drag to resize

BeforeFormResetCallback Delegate

This delegate invoked by SDK before forms is reseted.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate int BeforeFormResetCallback(
	FPDF_FORMFILLNOTIFY pThis,
	IntPtr intForm
)

Parameters

pThis  FPDF_FORMFILLNOTIFY
Pointer to the interface structure itself
intForm  IntPtr
Handle to Interactive Forms object

Return Value

Int32
0 to accept changes, -1 to cancel
Remarks
Required: Yes.

Delegate is called by ResetForm() and by FPDFInterForm_ResetForm(IntPtr, Boolean)

See Also