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