←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#
VB
C++
[SerializableAttribute()] 
public class BubbleWordField : FormField 
  
<SerializableAttribute()> 
Public Class BubbleWordField 
   Inherits FormField 
[SerializableAttribute()] 
public ref class BubbleWordField : public 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.

Example

For example, See CreateBubbleWordField.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly