pdfGetFormType2

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