1. GroupDocs.Comparison
  2. /
  3. GroupDocs.Comparison for .NET
  4. /
  5. GroupDocs.Comparison.Options
  6. /
  7. IgnoreChangeSensitivitySettings

IgnoreChangeSensitivitySettings

IgnoreChangeSensitivitySettings class

The option allows to ignore changes by similarity percentage.

public class IgnoreChangeSensitivitySettings

Constructors

Name Description
IgnoreChangeSensitivitySettings() The default constructor.

Properties

Name Description
Ignore { get; set; } Set ignore option to true or false.
IgnorePercent { get; set; } Gets or sets a sensitivity for ignoring changes. Ignores the change if the similarity is less than the specified value.

See Also