We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c7991 commit c27576dCopy full SHA for c27576d
src/DiffEngineWord/Program.cs
@@ -81,6 +81,10 @@ static int Main(string[] args)
81
comparedDoc.ShowSpellingErrors = false;
82
comparedDoc.ShowGrammaticalErrors = false;
83
84
+ //TODO: make this an option
85
+ // Make document read-only (wdAllowOnlyReading = 3)
86
+ //comparedDoc.Protect(Type: 3);
87
+
88
word.Visible = true;
89
90
// Get process from Word's window handle and assign to job
0 commit comments