A class that represents a single OMR mark in the OMR page image.
[SerializableAttribute()]
[DataContractAttribute()]
public struct OmrBubble
<SerializableAttribute(),
DataContractAttribute()>
Public Structure OmrBubble
public:
[SerializableAttribute,
DataContractAttribute]
value class OmrBubble sealed
The LEADTOOLS OMR toolkit automatically detects OMR marks in the ITemplateForm's OMR image. The OmrCollection.Bounds for each OMR mark are also populated. Each OmrField in the OMR page consists of multiple OmrBubbles arranged in multiple OmrCollections as rows and columns.
OmrBubble and OmrCollection can be automatically detected and populated by the LEADTOOLS OMR toolkit using the ITempateForm.ExtractInfo method.
OmrField.SetValues method can be used to set the value of multiple rows/columns of the OmrBubbles.
When the Recognize method is invoked, the OMR marks OmrCollection.Bounds are aligned to be recognized in the filled-in image and the OmrBubble.IsChecked property is set accordingly.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document