Click or drag to resize

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
Syntax
public enum FormFieldTypesEx
Members
  Member nameValueDescription
Unknown0 Unknown field type
PushButton1 PA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value
RadioButton2 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.
CheckBox3 A check box toggles between two states, on and off
Text4 Text fields are boxes or spaces in which the user can enter text from the keyboard.
RichText5 Rich text
File6 File
ListBox7 ListBox
ComboBox8 ComboBox
Sign9 Signature fields represent electronic signatures for authenticating the identity of a user and the validity of the document’s contents.
See Also