Question : Accept Changes in MS Word using C#.net

I'm accessing MS Word documents which have final showing markups.  Using C#.net (VS2003), I need to extract some data but not those which has strikethrough on it.  How could determine if a word has a strikethrough on it, or select the "Accept or Reject Changes" feature of MS Word?

Answer : Accept Changes in MS Word using C#.net

Got it!

wordDoc.ActiveWindow.Document.AcceptAllRevisions();
Random Solutions  
 
programming4us programming4us