pub unsafe extern "C" fn fz_is_document_reflowable(
    ctx: *mut fz_context,
    doc: *mut fz_document
) -> c_int
Expand description

Is the document reflowable.

Returns 1 to indicate reflowable documents, otherwise 0.