Contains all occurrences of the successful matches in the results text OcrFormFieldResult.Text for the TextFormField.RegexPattern.
public MatchCollection Matches { get; set; }
Public Property Matches As MatchCollection
public:
property MatchCollection^ Matches {
MatchCollection^ get();
void set ( MatchCollection^ );
}
The System.Text.RegularExpressions.MatchCollection of the System.Text.RegularExpressions.Match objects found by OcrFormFieldResult.Text search.
The collection includes only successful matches and terminates at the first unsuccessful match.
Using regular expression does not change the results of the processing.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET