Hi,
I want to remove the Underline from hyperlinks in footnotes. How can I do that? This is my code, but I don’t know how to proceed:
NodeCollection notes = document.GetChildNodes(NodeType.Footnote, true);
foreach (As…...Hi, I want to remove the underline from hyperlinks in footnotes...