←Select platform

PatchDeleteThreshold Property

Summary

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.

Syntax
C#
C++/CLI
Python
public float PatchDeleteThreshold {get; set;} 
public:  
   property Single PatchDeleteThreshold 
   { 
      Single get() 
      void set(Single value) 
   } 
PatchDeleteThreshold # get and set (DocumentCompareOptions) 

Property Value

A float between 0 and 1 indicating the threshold. The default value is 0.5.

Remarks

A value of 0.0 indicates a perfect match. The higher the value (the maximum value is 1.0), the more loosely the match can be.

Note: The MatchThreshold controls how close the end points of a deletion operation need to be in order to be considered a match.

Requirements

Target Platforms

Help Version 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.