←Select platform

OmrFieldBubbleLayoutType Enumeration

Summary

Enumeration to determine the type of the associated OmrField object.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum OmrFieldBubbleLayoutType 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum OmrFieldBubbleLayoutType 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class OmrFieldBubbleLayoutType sealed 
Members
ValueMemberDescription
0NoneMatrix of rows and columns of OMR marks.
1BubbleWithLabelEvery single OMR mark contains a text label.
Remarks

This enumeration is used to report the automatically detected layout of the OmrField after the field's info is extracted using ITemplateForm.ExtractInfo.

If the OMR toolkit detects text zones within the OmrField's Bounds provided by the user, it recognizes the text in the ITemplateForm's image using the OCR toolkit. The OMR toolkit, associates every text line with its corresponding OMR mark and sets the layout to BubbleWithLabel. Otherwise, it sets the layout to None.

The text recognized with LEAD OCR engine are auto populated to the corresponding OmrBubble's Value property.

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.