The bubble's layout type of the OmrField object.
[DataMemberAttribute()]
public OmrFieldBubbleLayoutType FieldBubbleLayoutType { get; }
An OmrFieldBubbleLayoutType enumeration member that indicates the OMR bubbles layout type.
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.