Function pdfium_render::bindgen::FPDFBitmap_Destroy
source · [−]pub unsafe extern "C" fn FPDFBitmap_Destroy(bitmap: FPDF_BITMAP)Expand description
Function: FPDFBitmap_Destroy Destroy a bitmap and release all related buffers. Parameters: bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create or FPDFImageObj_GetBitmap. Return value: None. Comments: This function will not destroy any external buffers provided when the bitmap was created.