WdCompareDestination Enum

Definition

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

public enum class WdCompareDestination
[System.Runtime.InteropServices.Guid("020F399E-EFC7-372F-A323-679C84CAEFCE")]
public enum WdCompareDestination
type WdCompareDestination = 
Public Enum WdCompareDestination
Inheritance
WdCompareDestination
Attributes

Fields

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.

Applies to