Click or drag to resize

PdfiumFPDFColorSpace_UnsubscribeOnDestroy Method

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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFColorSpace_UnsubscribeOnDestroy(
	IntPtr colorSpace,
	PdfiumInternalObjectDestroyCallback 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