FPDFBitmap_GetWidth method

int FPDFBitmap_GetWidth(
  1. Pointer<fpdf_bitmap_t__> bitmap
)

Implementation

int FPDFBitmap_GetWidth(
  ffi.Pointer<fpdf_bitmap_t__> bitmap,
) {
  return _FPDFBitmap_GetWidth(
    bitmap,
  );
}