Name | Description | |
---|---|---|
![]() | FormField Constructor | Initializes a new instance of the FormField class. |
The following tables list the members exposed by FormField.
Name | Description | |
---|---|---|
![]() | FormField Constructor | Initializes a new instance of the FormField class. |
Name | Description | |
---|---|---|
![]() | Confidence | Gets the confidence for this field. |
![]() | Data | Gets the FormFieldData associated with this field. |
![]() | Group | Gets the FormFieldGroup that this field belongs to. |
![]() | IsRequired | Gets the flag that specifies whether this is a required field. |
![]() | Label | Gets the FormFieldLabel associated with this field. |
![]() | Name | Gets the field name as defined in the FormFieldDefinition with which this field is associated. |
![]() | Tag | Gets and sets a user-definable object. |
![]() | UserValidated | Gets and sets the flag that indicates whether a user has validated this field. |
Name | Description | |
---|---|---|
![]() | SetData | Sets new data for this field. The SetData method will set the data's value by selecting any text in the specified bounding area on the specified page. Set the autoSelectLabel parameter to true so FSI will attempt to find a matching label for the new data. |
![]() | SetLabel | Sets a new label for this field. |