←Select platform

MatchDistance Property

Summary

How far to search for a match.

Syntax
C#
VB
C++
public int MatchDistance {get; set;} 
Public Property MatchDistance() As Integer 
   Get 
   Set 
public:  
   property Int32 MatchDistance 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

An integer corresponding to the distance the pattern can be from the expected location. Default value is 1000.

Remarks

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 DocumentComparer 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.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly