Function pdfium_render::bindgen::FPDFBitmap_GetHeight
source · [−]pub unsafe extern "C" fn FPDFBitmap_GetHeight(
bitmap: FPDF_BITMAP
) -> c_intExpand description
Function: FPDFBitmap_GetHeight Get height of a bitmap. Parameters: bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create or FPDFImageObj_GetBitmap. Return value: The height of the bitmap in pixels.