←Select platform

Result Property

Summary

Gets the results of processing this field.

Syntax

C#
VB
C++
Java
public override FormFieldResult Result { get; } 
  
Public Overrides ReadOnly Property Result As FormFieldResult 
public FormFieldResult getResult(); 
public void setResult( 
   FormFieldResult formFieldResult 
); 
public: 
property FormFieldResult^ Result { 
   FormFieldResult^ get() override; 
} 

Property Value

The results of field processing.

Remarks

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.

Example

For an example, refer to the FormFieldResult example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly