High level OMR form field (such as Student Name or Social Security Number), that can be used in OMR forms with column-wise OMR areas with multiple columns.
[SerializableAttribute()]
public class BubbleWordField : FormField
[SerializableAttribute()]
public ref class BubbleWordField : public FormField
class BubbleWordField(FormField):
Fields are defined for each page in the processing engine. All fields require that the field's name (Name) and the field's location on the form (Bounds) properties be filled in.
Add or retrieve fields with the FormProcessingEngine.Pages property. After fields are defined, they can be loaded/saved from disk by calling the FormProcessingEngine.LoadFields and FormProcessingEngine.SaveFields methods. MasterForm fields can be defined just once and saved to disk. They will not have to be defined again. LEADTOOLS supports the TextFormField, OmrFormField, BarcodeFormField, ImageFormField, SingleSelectionField, BubbleWordField, and custom user-defined fields derived from FormField. When obtaining processing results, be sure to check the type of each field, and cast it to the appropriate type in order to obtain the field-specific results (barcode, image, etc.).
A BubbleWordField form field can be created automatically using DiskMasterForm by calling the CreateBubbleWordField method with the appropriate parameters.
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