New to Telerik Document ProcessingStart a free 30-day trial

Specifies the category of a FormField, used to determine behavior and rendering in forms.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum FormFieldType

Fields

Checkbox control for binary on/off selection.

C#
CheckBox = 1

Combo box choice control with a drop‑down list; editability depends on field settings.

C#
ComboBox = 5

Comb text box that constrains input to fixed, equally spaced character cells.

C#
CombTextBox = 3

List box choice control that displays a list of selectable items.

C#
ListBox = 6

Push button control for clickable actions in PDF viewers.

C#
PushButton = 0

Radio button control used in groups where only one option can be selected at a time.

C#
RadioButton = 2

Digital signature field for capturing or displaying a signature.

C#
Signature = 7

Standard text box for free‑form text input.

C#
TextBox = 4