Click or drag to resize

ReleaseFontsCallback 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 ReleaseFontsCallback(
	FPDF_SYSFONTINFO pThis
)

Parameters

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