←Select platform

Matches Property

Summary

Contains all occurrences of the successful matches in the results text OcrFormFieldResult.Text for the TextFormField.RegexPattern.

Syntax

C#
VB
C++
Java
public MatchCollection Matches { get; set; } 
  
Public Property Matches As MatchCollection 
public java.util.List<java.lang.String> getMatches(); 
public void setMatches( 
   java.util.List<java.lang.String> 
); 
public: 
property MatchCollection^ Matches { 
   MatchCollection^ get(); 
   void set (    MatchCollection^ ); 
} 

Property Value

The System.Text.RegularExpressions.MatchCollection of the System.Text.RegularExpressions.Match objects found by OcrFormFieldResult.Text search.

Remarks

The collection includes only successful matches and terminates at the first unsuccessful match.

Using regular expression does not change the results of the processing.

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.Forms.Processing Assembly