M_PDFiumSharp_PDFium_FPDFBitmap_Destroy - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDFBitmap_Destroy Method

Destroy a bitmap and release all related buffers.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static void FPDFBitmap_Destroy(
	FPDF_BITMAP bitmap
)

Parameters

 

bitmap
Type: PDFiumSharp.Types.FPDF_BITMAP
Handle to the bitmap as returned by FPDFBitmap_Create(Int32, Int32, Boolean).

Remarks

This function will not destroy any external buffers provided when the bitmap was created.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PDFiumBitmap.Dispose(FPDF_BITMAP)

⚠️ **GitHub.com Fallback** ⚠️