Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.Processing assembly)

Show in webframe

UnStructuredTextFormField Class






Members 
A class that represents a rectangular region (as well as the label to the left of the region) that defines an area on a form that can be filled in with text and read during form processing. Unlike the TextFormField, this class does not have a fixed, pre-defined structure.
Object Model
Syntax
[SerializableAttribute()]
public class UnStructuredTextFormField : FormField 
'Declaration
 
<SerializableAttribute()>
Public Class UnStructuredTextFormField 
   Inherits FormField
'Usage
 
Dim instance As UnStructuredTextFormField

            

            
[SerializableAttribute()]
public ref class UnStructuredTextFormField : public FormField 
Remarks

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).

Requirements

Target Platforms

See Also

Reference

UnStructuredTextFormField Members
Leadtools.Forms.Processing Namespace

Error processing SSI file
Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features