Table of Contents

Enum AcroChoiceFieldFlags

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

Flags specifying various characteristics of a choice type field in an AcroFieldBase.

[Flags]
public enum AcroChoiceFieldFlags : uint

Fields

Combo = 131072

The field is a combo box.

CommitOnSelectionChange = 67108864

Any associated field action is fired when the selection is changed rather than on losing focus.

DoNotSpellCheck = 4194304

The text entered in the field is not spell checked. Combo and Edit must be set.

Edit = 262144

The combo box includes an editable text box. Combo must be set.

MultiSelect = 2097152

The field allows multiple options to be selected.

NoExport = 4

Must not be exported by the submit form action.

ReadOnly = 1

The user may not change the value of the field.

Required = 2

The field must have a value before the form can be submitted.

Sort = 524288

The options should be sorted alphabetically, this should be ignored by viewer applications.