How can I query tagged content in a PDF

Hi,

I know to tag a PDF ITaggedContent can be used like:

// Create Pdf Document
Document document = new Document();

// Get Content for work with TaggedPdf
ITaggedContent taggedContent = document.getTaggedContent();

// Set Title and Language for Documnet
taggedContent.setTitle("Tagged Pdf Document");
taggedContent.setLanguage("en-US");
// Save Tagged Pdf Document
document.save(path + "StructureElements.pdf");

However, I couldn’t find any way to actually access the content of the tags (what the language or the title of the document is).

Could you help me with this?

Thank you

@ServerSide527

An investigation ticket as PDFNET-50084 has been logged in our issue tracking system for the sake of your requirements. We will further look into its details and let you know as soon as it is resolved. Please be patient and spare us some time.

We are sorry for the inconvenience.