Enum PdfFormFieldType
Specifies the type of a form field in a PDF document.
public enum PdfFormFieldType
Fields
Button = 1
CheckBox = 2
ComboBox = 4
ListBox = 5
RadioButton = 3
Signature = 7
Text = 6
Unknown = 0
Remarks
This enumeration is used to identify the type of a form field within a PDF document. Each value corresponds to a specific type of interactive field, such as buttons, text fields, or signature fields.