Function pdfium_render::bindgen::FPDF_GetFileVersion
source · [−]pub unsafe extern "C" fn FPDF_GetFileVersion(
doc: FPDF_DOCUMENT,
fileVersion: *mut c_int
) -> FPDF_BOOLExpand description
Function: FPDF_GetFileVersion Get the file version of the given PDF document. Parameters: doc - Handle to a document. fileVersion - The PDF file version. File version: 14 for 1.4, 15 for 1.5, … Return value: True if succeeds, false otherwise. Comments: If the document was created by FPDF_CreateNewDocument, then this function will always fail.