Question posted 2012 · +4 upvotes
How do I enable or disable Track Changes option in C#.
Accepted answer +7 upvotes
I think you are looking for this property
as from MSDN
This property returns True if changes are tracked in the specified document, and False if they are not. Set the property value to True or False to enable or disable the functionality.
Top ms-word Q&A (6)
- XML – adding new line +19 (2012)
- How to open and manipulate Word document/template in Java? +18 (2012)
- Why does the file utility identify Microsoft Word files as CDF? What is this CDF? +15 (2011)
- Version Control for word documents +13 (2008)
- programatically convert word docx to doc without using ole automation +13 (2008)
- What makes Microsoft-Word-generated HTML documents so large in code? +12 (2015)
ms-word solutions on this site
.