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