I am trying to compare two Documents using the .Compare function. The issue is when change is made inside a textbox, the strikethrough is not working.
Aspose.Words.Comparing.CompareOptions compareOptions = new Aspose.W…...am trying to compare two documents using the .Compare function...document1.Compare(document2, "Comparison", DateTime.Now, compareOptions);...