I can remove links from document
page.Annotations.Delete(link);
I can change font color from blue to black
textFragment.TextState.ForegroundColor = Color.Black;
But I can’t remove blue underlines… Why?
textFragment.TextState.Underline = false;
I can remove links from document
Hi Alexander,