Form |
Member name | Value | Description |
---|---|---|
FPDF_FORMFIELD_UNKNOWN | 0 | Unknown |
FPDF_FORMFIELD_PUSHBUTTON | 1 | push button type. |
FPDF_FORMFIELD_CHECKBOX | 2 | check box type. |
FPDF_FORMFIELD_RADIOBUTTON | 3 | radio button type. |
FPDF_FORMFIELD_COMBOBOX | 4 | combo box type. |
FPDF_FORMFIELD_LISTBOX | 5 | list box type. |
FPDF_FORMFIELD_TEXTFIELD | 6 | text field type. |
FPDF_FORMFIELD_SIGNATURE | 7 | Signature |
Last | 8 | The last elemеnt in this enumeration |
FPDF_FORMFIELD_NOFIELDS | -1 | -1 indicates no fields |