←Select platform

Result Property

Summary

Gets an object of type FieldResult that contains the processed field results.

Syntax
C#
C++/CLI
Python
[IgnoreDataMemberAttribute()] 
public abstract FieldResult Result { get; } 
public:  
   [IgnoreDataMemberAttribute] 
   virtual property FieldResult^ Result 
   { 
      FieldResult^ get() abstract; 
   } 
Result get (Field) 

Property Value

Object of type FieldResult contains the processed field results. The default value is null.

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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