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

Leadtools.Forms.Processing.Omr Assembly