Table of Contents

Enum PdfFormFieldType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

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.