 | PdfiumFPDFColorSpace_UnsubscribeOnDestroy Method |
Delete a callback that is called immediately before the color space object is destroyed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFColorSpace_UnsubscribeOnDestroy(
IntPtr colorSpace,
PdfiumInternalObjectDestroyCallback callback
)
Public Shared Sub FPDFColorSpace_UnsubscribeOnDestroy (
colorSpace As IntPtr,
callback As PdfiumInternalObjectDestroyCallback
)
public:
static void FPDFColorSpace_UnsubscribeOnDestroy(
IntPtr colorSpace,
PdfiumInternalObjectDestroyCallback^ callback
)
static member FPDFColorSpace_UnsubscribeOnDestroy :
colorSpace : IntPtr *
callback : PdfiumInternalObjectDestroyCallback -> unit
public static void FPDFColorSpace_UnsubscribeOnDestroy(
IntPtr colorSpace,
PdfiumInternalObjectDestroyCallback callback
)
Patagames.Pdf.Pdfium.FPDFColorSpace_UnsubscribeOnDestroy = function(colorSpace, callback);
Parameters
- colorSpace IntPtr
- A handle to the color space object for which the callback should be deleted.
- callback PdfiumInternalObjectDestroyCallback
- A delegate that is called before the object is destroyed.
See Also