RadioGroupInit
Overview
RadioGroupInit is a interface in Aspose.PDF FOSS for TypeScript.
Options for Form.AddRadioGroup.
Properties: actions, name, options, readOnly, required, selected, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Fully-qualified field name; ‘.’ separates hierarchy levels. |
options | : RadioOption[] | Read | At least one option. |
selected | : string | Read | Initially selected export value. |
textColor | : [number, number, number] | Read | The dot’s colour, written to the group’s /DA. |
readOnly | : boolean | Read | Gets the read only. |
required | : boolean | Read | Gets the required. |
actions | : FieldActions | Read | /AA additional actions, as on every other field type. |