FPDFBitmap_GetHeight function
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.
Implementation
@ffi.Native<ffi.Int Function(FPDF_BITMAP)>()
external int FPDFBitmap_GetHeight(FPDF_BITMAP bitmap);