 | PdfiumFPDFOBJ_UnsubscribeOnDestroy Method |
Delete a callback that is called immediately before the object is destroyed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFOBJ_UnsubscribeOnDestroy(
IntPtr obj_handle,
PdfiumInternalObjectDestroyCallback callback
)
Public Shared Sub FPDFOBJ_UnsubscribeOnDestroy (
obj_handle As IntPtr,
callback As PdfiumInternalObjectDestroyCallback
)
public:
static void FPDFOBJ_UnsubscribeOnDestroy(
IntPtr obj_handle,
PdfiumInternalObjectDestroyCallback^ callback
)
static member FPDFOBJ_UnsubscribeOnDestroy :
obj_handle : IntPtr *
callback : PdfiumInternalObjectDestroyCallback -> unit
public static void FPDFOBJ_UnsubscribeOnDestroy(
IntPtr obj_handle,
PdfiumInternalObjectDestroyCallback callback
)
Patagames.Pdf.Pdfium.FPDFOBJ_UnsubscribeOnDestroy = function(obj_handle, 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