Name | Description | |
---|---|---|
![]() | FormFieldDefinition Constructor | Overloaded. |
The following tables list the members exposed by FormFieldDefinition.
Name | Description | |
---|---|---|
![]() | FormFieldDefinition Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Aliases | Gets and sets the list of FieldAlias objects.
This is a set of alternative text strings for the field. |
![]() | Group | Gets and sets the FormFieldGroup to which this field belongs. |
![]() | IsOutput | Gets and sets the flag that defines whether the field will be output in FormResult.Fields. |
![]() | IsRequired | Gets and sets the flag that defines whether this is a required field. |
![]() | Name | Gets and sets the unique user-defined name for this field.
This is descriptive name of a field on a form. For example, if the data to be collected is the due date, then a good field name would be "Due Date". This name will be returned in the FormField in the results. |
![]() | RuleDefinitions | Gets and sets the list of rules to be applied to this field.
These rules provide a weighting which is used to determine which field to select when multiple fields of the same name are found. The rule types are found in RuleType. |
![]() | Type | Gets and sets the FormFieldDataType of this field.
This is the expected format of the data extracted from the image for this FormField. |