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

Leadtools.Document Assembly

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