Alt text for image in PDF

Is there any support for applying alt-text to images in PDF generation (from scratch or via conversion from HTML or DOC/X)?

I found a previous support ticket had been created after someone requested it. That support ticket is:
PDFNET-55495

Has this been implemented? If not, could you please provide an estimate of when this may become available? Having this feature would drive my decision to upgrade my existing licenses.

Thank you very much.

@MadStat
Now, the library has the ability to add ImageStamp with alternative text.

var imageStamp = new ImageStamp(dataDir + "test.jpg")
{
    XIndent = 100,
    Quality = 100,
    AlternativeText = "Here any alt text"
};

The task you mentioned has a low priority and, as far as I can see, it is not being worked on.
I looked at the development team’s tasks and there is a task with the same wishes.
37355.png (23.5 KB)

I will write about your request to the development team and perhaps they will work on these tasks.

@MadStat
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-55495,PDFNET-37355

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@MadStat
I contacted the development team. There is a similar priority task and the development team has it in their plans. But they cannot specify a time frame for the solution.