public bool IsValidated { get; set; }
public boolean isValidated();
IsValidated # get and set (TextFormFieldResult)
true if text string matches the specified regular expression, otherwise, false.
The value of IsValidated is only used when the value of TextFormField.RegexPattern is not a null reference (Nothing in VB).
Using regular expression does not change the results of the processing. However the value of the TextFormFieldResult.IsValidated of the TextFormFieldResult object will determine whether the text read matches the specified regular expression.
For example, if you set TextFormField.RegexPattern to a date expression such as "MM-DD-YYYY" and the value of the result text in OcrFormFieldResult.Text is "9 12 09", then the regular expression is not matched and the value of TextFormFieldResult.IsValidated will be false. If however the value of the result text is "09-12-2009", then the regular expression is matched and the value of TextFormFieldResult.IsValidated will be true.
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