 | FormFieldTypesEx Enumeration |
Field types
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum FormFieldTypesEx
Public Enumeration FormFieldTypesEx
public enum class FormFieldTypesEx
public enum FormFieldTypesEx
Patagames.Pdf.Enums.FormFieldTypesEx = function();
Patagames.Pdf.Enums.FormFieldTypesEx.createEnum('Patagames.Pdf.Enums.FormFieldTypesEx', false);
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown field type
|
| PushButton | 1 |
PA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value
|
| RadioButton | 2 |
Radio button fields contain a set of related buttons that can each be on or off. Typically, at most one radio button in a set may be on at any given time, and selecting any one of the buttons automatically deselects all the others.
|
| CheckBox | 3 |
A check box toggles between two states, on and off
|
| Text | 4 |
Text fields are boxes or spaces in which the user can enter text from the keyboard.
|
| RichText | 5 |
Rich text
|
| File | 6 |
File
|
| ListBox | 7 |
ListBox
|
| ComboBox | 8 |
ComboBox
|
| Sign | 9 |
Signature fields represent electronic signatures for authenticating the identity of a user and the validity of the document’s contents.
|
See Also