 | PdfiumFPDFColorSpace_SubscribeOnDestroy Method |
Set 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_SubscribeOnDestroy(
IntPtr colorSpace,
PdfiumInternalObjectDestroyCallback callback
)
Public Shared Sub FPDFColorSpace_SubscribeOnDestroy (
colorSpace As IntPtr,
callback As PdfiumInternalObjectDestroyCallback
)
public:
static void FPDFColorSpace_SubscribeOnDestroy(
IntPtr colorSpace,
PdfiumInternalObjectDestroyCallback^ callback
)
static member FPDFColorSpace_SubscribeOnDestroy :
colorSpace : IntPtr *
callback : PdfiumInternalObjectDestroyCallback -> unit
public static void FPDFColorSpace_SubscribeOnDestroy(
IntPtr colorSpace,
PdfiumInternalObjectDestroyCallback callback
)
Patagames.Pdf.Pdfium.FPDFColorSpace_SubscribeOnDestroy = function(colorSpace, callback);
Parameters
- colorSpace IntPtr
- A handle to the color space object for which the callback should be set.
- callback PdfiumInternalObjectDestroyCallback
- A delegate that is called before the object is destroyed.
See Also