Class AcroRadioButtonsField
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
DictionaryTokenfieldType
stringfieldFlags
AcroButtonFieldFlagsinformation
AcroFieldCommonInformationchildren
IReadOnlyList<AcroFieldBase>
Properties
Flags
The AcroButtonFieldFlags which define the behaviour of this button type.
public AcroButtonFieldFlags Flags { get; }