RadioButtonGroup

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

NameTypeAccessDescription
NamestringReadPartial name of the group (the last component of the dot-separated name).
FullNamestring?ReadFully-qualified dot-separated field name, or null when the field has no name.
FieldsIReadOnlyList<RadioButtonField>ReadThe underlying RadioButtonField objects that make up this group.
SelectedValuestring?ReadCurrently selected option value, or null when nothing is selected.
HasSelectionboolReadWhether any option is selected.
OptionsIReadOnlyList<RadioButtonOption>ReadAll available options in the group.

See Also