Table of Contents

Enum AcroButtonFieldFlags

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

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

[Flags]
public enum AcroButtonFieldFlags : uint

Fields

NoExport = 4

Must not be exported by the submit form action.

NoToggleToOff = 16384

For radio buttons, one radio button must be set at all times.

PushButton = 65536

The field is a push button.

Radio = 32768

The field is a set of radio buttons.

RadiosInUnison = 33554432

For radio buttons a group of radio buttons will toggle on/off at the same time based on their initial value.

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.