Table of Contents

Enum AcroFieldType

Namespace
UglyToad.PdfPig.AcroForms.Fields
Assembly
UglyToad.PdfPig.dll

Indicates the type of field for a AcroFieldBase.

public enum AcroFieldType

Fields

Checkbox = 2

A checkbox which toggles between on and off states.

Checkboxes = 1

A set of checkboxes.

ComboBox = 6

A dropdown list of options with optional user-editable textbox.

ListBox = 7

A list of options for the user to select from.

PushButton = 0

A button that immediately to user input without retaining state.

RadioButton = 4

A single radio button, as part of a set or on its own.

RadioButtons = 3

A set of radio buttons.

Signature = 8

A field containing a digital signature.

Text = 5

A textbox allowing user input through the keyboard.

Unknown = 9

The field type wasn't specified.