The following tables list the members exposed by DocumentCompareOptions.
| Name | Description | |
|---|---|---|
![]()  | 
	CheckLines | Enables additional pre-checking when comparing text. | 
![]()  | 
	Comparer | The DocumentComparer associated with the DocumentCompareOptions. | 
![]()  | 
	EditCost | Cost of an empty edit operation in terms of edit characters. | 
![]()  | 
	MatchDistance | How far to search for a match. | 
![]()  | 
	MatchThreshold | The threshold used to determine the point at which "no match" is declared. | 
![]()  | 
	PatchDeleteThreshold | Indicates how closely the sample contents have to be to match the expected contents when deleting a block of text that is over 64 characters. | 
![]()  | 
	PerformSemanticCleanup | Indicates whether the document compare results should be cleaned up to make them more human-readable. | 
![]()  | 
	Timeout | The maximum number of seconds for a compare operation. |