patchDeleteThreshold Property (original) (raw)
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
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.
Leadtools.Document Assembly