Enum FormFieldType
Represents the type of a FormField.
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum FormFieldType
CheckBox
Represents the CheckBox button type, which is used by buttons that may be checked or unchecked.
ComboBox
Represents the ComboBox choice type.
CombTextBox
Represents the Combs type which restricts the text input to equally spaced character positions.
ListBox
Represents the ListBox choice type.
PushButton
Represents the PushButton button type, which is used by simple button that may be clicked with the mouse in a PDF viewer.
RadioButton
Represents the RadioButton button type, which is usually used by a group of buttons only one of which may be selected at a time.
Signature
Represents the Signature form field type.
TextBox
Representes the TextBox type which provides a box for the text input.