pdfGetPDFVersion

Get the PDF version number.
double pdfGetPDFVersion(PDFHandle pdf)
This function returns the PDF format version number.
C:
double version; version = pdfGetPDFVersion(pdf);