FPDFBitmap_GetHeight method

int FPDFBitmap_GetHeight(
  1. Pointer<fpdf_bitmap_t__> bitmap
)

Implementation

int FPDFBitmap_GetHeight(
  ffi.Pointer<fpdf_bitmap_t__> bitmap,
) {
  return _FPDFBitmap_GetHeight(
    bitmap,
  );
}