←Select platform

Result Property

Summary

Gets the results of processing this field.

Syntax

C#
VB
C++
public override FormFieldResult Result { get; } 
  
Public Overrides ReadOnly Property Result As Leadtools.Forms.Processing.FormFieldResult 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly