←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++
public MatchCollection Matches { get; set; } 
  
Public Property Matches As MatchCollection 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly