←Select platform

ExtractInfo Method

Summary

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

Syntax
C#
C++/CLI
Java
Python
public void ExtractInfo( 
   int pageNumber, 
   IEnumerable<Field> fields 
) 
public abstract void extractInfo( 
   int pageNumber, 
   fields.Field[] fields 
); 
public:  
   void ExtractInfo( 
      Int32 pageNumber, 
      IEnumerable<Field^>^ fields 
   ) 
def ExtractInfo(self,pageNumber,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.