Table of Contents

Enum FormFieldType

Namespace
AiDotNet.Document
Assembly
AiDotNet.dll

Types of form fields that can be detected.

public enum FormFieldType

Fields

Checkbox = 1

A checkbox field.

DateField = 4

A date field.

Dropdown = 3

A dropdown/select field.

NumericInput = 6

A numeric input field.

Other = 8

Other or unrecognized field type.

RadioButton = 2

A radio button field.

SignatureField = 5

A signature field.

TextArea = 7

A multi-line text area.

TextInput = 0

A text input field.