RadioButtonGroup
Overview
RadioButtonGroup is a class in Aspose.PDF FOSS for .NET.
A logical radio-button group — a set of mutually exclusive options sharing the same field name in the AcroForm hierarchy.
Properties: Fields, FullName, HasSelection, Name, Options, SelectedValue.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Partial name of the group (the last component of the dot-separated name). |
FullName | string? | Read | Fully-qualified dot-separated field name, or null when the field has no name. |
Fields | IReadOnlyList<RadioButtonField> | Read | The underlying RadioButtonField objects that make up this group. |
SelectedValue | string? | Read | Currently selected option value, or null when nothing is selected. |
HasSelection | bool | Read | Whether any option is selected. |
Options | IReadOnlyList<RadioButtonOption> | Read | All available options in the group. |