pdfGetVersion

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