←Select platform

BubbleWordField Class

Summary

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.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
public class BubbleWordField : FormField 
[SerializableAttribute()] 
public ref class BubbleWordField : public FormField  
class BubbleWordField(FormField): 
Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.