M_PDFiumSharp_PDFium_FPDFBitmap_Destroy - ArgusMagnus/PDFiumSharp GitHub Wiki
Destroy a bitmap and release all related buffers.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static void FPDFBitmap_Destroy(
FPDF_BITMAP bitmap
)
- bitmap
- Type: PDFiumSharp.Types.FPDF_BITMAP
Handle to the bitmap as returned by FPDFBitmap_Create(Int32, Int32, Boolean).
This function will not destroy any external buffers provided when the bitmap was created.
PDFium Class
PDFiumSharp Namespace
PDFiumBitmap.Dispose(FPDF_BITMAP)