Click or drag to resize

PdfiumInternalObjectDestroyCallback Delegate

Delegate for the application-defined callback function for FPDFOBJ_SetDestroyCallback(IntPtr, PdfiumInternalObjectDestroyCallback)

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void InternalObjectDestroyCallback(
	IntPtr obj_handle
)

Parameters

obj_handle  IntPtr
The object that will be destroyed.
See Also