How can I add text in pdf document Page and make it as accessibility tag
public void AddText(Page Page, Rectangle rectangle, string text)
{
var textFragment = new TextFragment(text);
textFragment.MakeTransparent();
…...can I add text in pdf document page and make it as accessibility...accessibility tag public void AddText(Page page, Rectangle rectangle, string...