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

Function: FPDFBitmap_GetStride Get number of bytes for each line in the bitmap buffer. Parameters: bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create or FPDFImageObj_GetBitmap. Return value: The number of bytes for each line in the bitmap buffer. Comments: The stride may be more than width * number of bytes per pixel.