Click or drag to resize

PdfiumFPDFPattern_SubscribeOnDestroy Method

Set 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 FPDFPattern_SubscribeOnDestroy(
	IntPtr hPattern,
	PdfiumInternalObjectDestroyCallback 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