Click or drag to resize

FormFieldTypes Enumeration

Form field Types

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public enum FormFieldTypes
Members
  Member nameValueDescription
FPDF_FORMFIELD_NOFIELDS-1 -1 indicates no fields
FPDF_FORMFIELD_UNKNOWN0 Unknown
FPDF_FORMFIELD_PUSHBUTTON1 push button type.
FPDF_FORMFIELD_CHECKBOX2 check box type.
FPDF_FORMFIELD_RADIOBUTTON3 radio button type.
FPDF_FORMFIELD_COMBOBOX4 combo box type.
FPDF_FORMFIELD_LISTBOX5 list box type.
FPDF_FORMFIELD_TEXTFIELD6 text field type.
FPDF_FORMFIELD_SIGNATURE7 Signature
Last8 The last elemеnt in this enumeration
See Also