Contains all occurrences of the successful matches in the results text OcrFormFieldResult.Text for the TextFormField.RegexPattern.
Syntax
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^ );
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document