Table of Contents

Class AcroRadioButtonsField

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

A set of radio buttons.

public class AcroRadioButtonsField : AcroNonTerminalField
Inheritance
AcroRadioButtonsField
Inherited Members
Extension Methods

Constructors

AcroRadioButtonsField(DictionaryToken, string, AcroButtonFieldFlags, AcroFieldCommonInformation, IReadOnlyList<AcroFieldBase>)

Create a new AcroRadioButtonsField.

public AcroRadioButtonsField(DictionaryToken dictionary, string fieldType, AcroButtonFieldFlags fieldFlags, AcroFieldCommonInformation information, IReadOnlyList<AcroFieldBase> children)

Parameters

dictionary DictionaryToken
fieldType string
fieldFlags AcroButtonFieldFlags
information AcroFieldCommonInformation
children IReadOnlyList<AcroFieldBase>

Properties

Flags

The AcroButtonFieldFlags which define the behaviour of this button type.

public AcroButtonFieldFlags Flags { get; }

Property Value

AcroButtonFieldFlags