Click or drag to resize

FFI_OnChangeCallback Delegate

This method will be invoked to notify implementation when the value of any FormField on the document had been changed.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FFI_OnChangeCallback(
	FPDF_FORMFILLINFO pThis
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
Remarks
Required: No.
See Also