←Select platform

Matches Property

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

Syntax
C#
C++/CLI
Java
Python
public MatchCollection Matches { get; set; } 
public String getMatches(); 
public void setMatches( 
   java.util.List<java.lang.String> string 
); 
public: 
property MatchCollection^ Matches { 
   MatchCollection^ get(); 
   void set (    MatchCollection^ ); 
} 
Matches # get and set (TextFormFieldResult) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.