←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#
VB
C++
public float PatchDeleteThreshold {get; set;} 
Public Property PatchDeleteThreshold() As Single 
   Get 
   Set 
public:  
   property Single PatchDeleteThreshold 
   { 
      Single get() 
      void set(Single value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly