 | ReleaseFontsCallback Delegate |
Give implementation a chance to release any data after the interface is no longer used
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate void ReleaseFontsCallback(
FPDF_SYSFONTINFO pThis
)
Public Delegate Sub ReleaseFontsCallback (
pThis As FPDF_SYSFONTINFO
)
public delegate void ReleaseFontsCallback(
FPDF_SYSFONTINFO^ pThis
)
type ReleaseFontsCallback =
delegate of
pThis : FPDF_SYSFONTINFO -> unit
/** @delegate */
public delegate void ReleaseFontsCallback(
FPDF_SYSFONTINFO pThis
)
Parameters
- pThis FPDF_SYSFONTINFO
- Pointer to the interface structure itself
RemarksRequired: No. Called by Pdfium SDK during the final cleanup process.
See Also