The following tables list the members exposed by TextFormField.
Public Constructors
Name | Description | |
---|---|---|
TextFormField | Initializes a new TextFormField class object. |
Public Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the field. | |
Process | Performs the processing of this field. |
Protected Methods
Name | Description | |
---|---|---|
ReadXmlValues | Fills this TextFormField from the XML string stored in _values_. | |
WriteXmlValues | Writes this TextFormField class data into the specified XML _valuesElement_ |
Public Properties
Name | Description | |
---|---|---|
EnableIcr | Enables/disables the using of the ICR module in reading this text field. | |
EnableOcr | Enables/disables the using of Ocr module in reading this text field. | |
MinimumCharacterConfidence | Specifies the minimum character confidence in Result. | |
OcrTextType | Specifies the text type inside the text field. | |
RegexPattern | Gets or sets an optional regular expression which defines the string to read. | |
Result | Gets the results of processing this field. | |
ResultDefault | Gets the default results of processing this field. | |
ResultIcr | Gets the ICR results of processing this field. | |
Type | Gets or sets the text type of the text field. |