pub unsafe extern "C" fn FPDF_DocumentHasValidCrossReferenceTable(
document: FPDF_DOCUMENT
) -> FPDF_BOOLExpand description
Experimental API. Function: FPDF_DocumentHasValidCrossReferenceTable Whether the document’s cross reference table is valid or not. Parameters: document - Handle to a document. Returned by FPDF_LoadDocument. Return value: True if the PDF parser did not encounter problems parsing the cross reference table. False if the parser could not parse the cross reference table and the table had to be rebuild from other data within the document. Comments: The return value can change over time as the PDF parser evolves.