←Select platform

Result Property

Summary

Gets the results of processing the OcrField in the filled-in form.

Syntax
C#
VB
C++
[IgnoreDataMemberAttribute()] 
public override FieldResult Result { get; } 
<IgnoreDataMemberAttribute()>  
Public Overrides ReadOnly Property Result() As FieldResult 
   Get 
public:  
   [IgnoreDataMemberAttribute] 
   virtual property FieldResult^ Result 
   { 
      FieldResult^ get() override 
   } 

Property Value

A reference of type FieldResult that must be cast to OcrFieldResult.

Remarks

Different fields have different result classes. LEADTOOLS OMR toolkit supports OmrField, OcrField, BarcodeField, and ImageField.

Each FieldResult object must be cast to the appropriate type to access its properties and values.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.