Click or drag to resize

ReleaseCallback Delegate

Give implementation a chance to release any data after the interface is no longer used

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

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself
Remarks
Required: No. Called by Pdfium SDK during the final cleanup process.
See Also