pub unsafe extern "C" fn FPDFBitmap_GetFormat(
    bitmap: FPDF_BITMAP
) -> c_int
Expand description

Function: FPDFBitmap_GetFormat Get the format of the bitmap. Parameters: bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create or FPDFImageObj_GetBitmap. Return value: The format of the bitmap. Comments: Only formats supported by FPDFBitmap_CreateEx are supported by this function; see the list of such formats above.