←Select platform

ExtractInfo Method

Summary

Facilitates extracting a collection of fields internal data from the template image.

Syntax
C#
VB
C++
Java
public void ExtractInfo( 
   int pageNumber, 
   IEnumerable<Field> fields 
) 
public abstract void extractInfo( 
   int pageNumber, 
   fields.Field[] fields 
); 
Public Sub ExtractInfo( 
   ByVal pageNumber As Integer, 
   ByVal fields As IEnumerable(Of Field 
)) 
public:  
   void ExtractInfo( 
      Int32 pageNumber, 
      IEnumerable<Field^>^ fields 
   ) 

Parameters

pageNumber

The page number where the fields exist.

fields

The fields collection to extract the information.

Remarks

This method helps to automatically extract the OMR bubbles and populates the OmrField.Fields internal data.

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.