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
TypeScript
JavaScript
Object.defineProperty(DocumentCompareOptions.prototype, 'patchDeleteThreshold', 
   get: function(), 
   set: function(value) 
) 
patchDeleteThreshold: number; 

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.

Requirements

Target Platforms

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

Leadtools.Document Assembly