Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Added: Word 2007
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdCompareDestination
'Usage
Dim instance As WdCompareDestination
public enum WdCompareDestination
Members
| Member name | Description | |
|---|---|---|
| wdCompareDestinationOriginal | Tracks the differences between the two files using tracked changes in the original document. | |
| wdCompareDestinationRevised | Tracks the differences between the two files using tracked changes in the revised document. | |
| wdCompareDestinationNew | Creates a new file and tracks the diferences between the original document and the revised document using tracked changes. |