Click or drag to resize

PdfiumFPDFOBJ_UnsubscribeOnDestroy Method

Delete a callback that is called immediately before the object is destroyed.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFOBJ_UnsubscribeOnDestroy(
	IntPtr obj_handle,
	PdfiumInternalObjectDestroyCallback callback
)

Parameters

obj_handle  IntPtr
A handle to the object for which the callback should be set.
callback  PdfiumInternalObjectDestroyCallback
A delegate that is called before the object is destroyed.
See Also