Using Aspose Pdf TaggedContent causes issues with pre-existing hyperlinks

I am using TaggedContent to set Language and Title properties of Pdf as follows:

Aspose.Pdf.Tagged.ITaggedContent taggedContent = pdfDocument.TaggedContent;
taggedContent.SetLanguage(“en-US”);
taggedContent.SetTitle(string.Empty);
(see attachment Program.zip (465 Bytes))

This results in broken hyperlinks in the pdf as described in attachments:

Thanks in advance.

@Corporateitcompliance

I have been able to reproduce the issue on our end. A ticket with ID PDFNET-50069 has been created in our issue tracking system to further investigate the issue on our end. This thread has been linked with the issue so that you may be notified once the issue will be fixed.