pdfGetFormType2

Get the type of form in the PDF file.
const char *pdfGetFormType2(PDFHandle pdf)
This function returns the type of form in the PDF file, which will be one of:
C:
const char *formType; formType = pdfGetFormType2(pdf);