FPDFBitmap_GetFormat method
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.
Implementation
int FPDFBitmap_GetFormat(FPDF_BITMAP bitmap) {
return _FPDFBitmap_GetFormat(bitmap);
}