Click or drag to resize

PdfiumFPDFBitmap_Destroy Method

Destroy a device independent bitmap and release all related buffers.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFBitmap_Destroy(
	IntPtr bitmap
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap. Returned by FPDFBitmap_Create(Int32, Int32, Boolean), {0} Overload function.
Remarks
This function will not destroy any external buffer.
See Also