 | PdfiumFPDFOBJ_SetDestroyCallback Method |
Set 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_SetDestroyCallback(
IntPtr obj_handle,
PdfiumInternalObjectDestroyCallback callback
)
Public Shared Sub FPDFOBJ_SetDestroyCallback (
obj_handle As IntPtr,
callback As PdfiumInternalObjectDestroyCallback
)
public:
static void FPDFOBJ_SetDestroyCallback(
IntPtr obj_handle,
PdfiumInternalObjectDestroyCallback^ callback
)
static member FPDFOBJ_SetDestroyCallback :
obj_handle : IntPtr *
callback : PdfiumInternalObjectDestroyCallback -> unit
public static void FPDFOBJ_SetDestroyCallback(
IntPtr obj_handle,
PdfiumInternalObjectDestroyCallback callback
)
Patagames.Pdf.Pdfium.FPDFOBJ_SetDestroyCallback = 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