←Select platform

FieldBubbleLayoutType Property

Summary

The bubble's layout type of the OmrField object.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public OmrFieldBubbleLayoutType FieldBubbleLayoutType { get; } 
public:  
   [DataMemberAttribute] 
   property OmrFieldBubbleLayoutType^ FieldBubbleLayoutType 
   { 
      OmrFieldBubbleLayoutType^ get() 
   } 
FieldBubbleLayoutType # get  (OmrField) 

Property Value

An OmrFieldBubbleLayoutType enumeration member that indicates the OMR bubbles layout type.

Remarks

This enumeration is used to report the automatically detected layout of the OmrField object 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. Then 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 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.