matchThreshold Property

Summary

The threshold used to determine the point at which "no match" is declared.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentCompareOptions.prototype, 'matchThreshold', 
   get: function(), 
   set: function(value) 
) 
matchThreshold: number; 

Property Value

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

Remarks

A value of 0 indicates that the match must be perfect. Setting the value higher (the maximum is 1.0) allows more difference between the two samples.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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