pdfIsTagged

Check to see if the PDF file is tagged.
int pdfIsTagged(PDFHandle pdf)
This function returns 1 if the PDF file is tagged, i.e., contains a structure tree.
C:
if (pdfIsTagged(pdf)) { printf("file is tagged\n"); }