WdCompareDestination Enumeration
When comparing two files for differences, specifies whether to create a new file or mark the differences between the two documents in the original document or the revised document.
Version Information
Version Added: Word 2007
Name |
Value |
Description |
---|---|---|
wdCompareDestinationNew |
2 |
Creates a new file and tracks the diferences between the original document and the revised document using tracked changes. |
wdCompareDestinationOriginal |
0 |
Tracks the differences between the two files using tracked changes in the original document. |
wdCompareDestinationRevised |
1 |
Tracks the differences between the two files using tracked changes in the revised document. |