How far to search for a match.
Object.defineProperty(DocumentCompareOptions.prototype, 'matchDistance',
get: function(),
set: function(value)
)
matchDistance: number;
An integer corresponding to the distance the pattern can be from the expected location. Default value is 1000.
A value of 0 indicates an exact location. The higher the value the farther away the pattern can be in order to be considered a match. If the comparer finds a match this many characters away from the expected location, this will add 1.0 to the overall score of the match where 0.0 indicates a perfect match.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document