isTagged

Check to see if the PDF file is tagged.
[read-only property] isTagged([out, retval] VARIANT_BOOL *tagged)
This property evaluates to true if the PDF file is tagged, i.e., contains a structure tree.
VB:
If pdf.isTagged Then MsgBox("file is tagged") End If