[SerializableAttribute()]
public class UnStructuredTextFormField : FormField
public class UnStructuredTextFormField
extends FormField
implements java.io.Serializable
[SerializableAttribute()]
public ref class UnStructuredTextFormField : public FormField
class UnStructuredTextFormField(FormField):
Fields are defined for each page in the processing engine. All fields require that the FormField.Bounds and FormField.Name properties be filled with valid values.
Add or retrieve fields by using the FormProcessingEngine.Pages property. After fields are defined, use the FormProcessingEngine.LoadFields and FormProcessingEngine.SaveFields methods to load them from and save them to disk. Because MasterForm fields are saved to disk they only need to be defined once. LEADTOOLS supports the following types of fields:
TextFormField |
OmrFormField |
BarcodeFormField |
ImageFormField |
Custom, user-defined fields derived from FormField |
Note: When obtaining processing results, check the type of each field, and cast the field to the appropriate type in order to obtain the field-specific results (barcode, image, etc).
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