Gets the results of processing this field.
public override FormFieldResult Result { get; }
Public Overrides ReadOnly Property Result As Leadtools.Forms.Processing.FormFieldResult
public:
property Leadtools.Forms.Processing.FormFieldResult^ Result {
Leadtools.Forms.Processing.FormFieldResult^ get() override;
}
The results of field processing.
This will contain the result of combining the ICR and the Default results by having the characters of maximum confidence of both. Characters with confidence less than MinimumCharacterConfidence will be filtered out. The user has the access to ICR and Default results through ResultIcr and ResultDefault.
For an example, refer to the FormFieldResult example.
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