Appearance
zeropdf / RadioGroupItemOptions
Interface: RadioGroupItemOptions
Defined in: src/types.ts:2676
Options for a single radio button in a radio group.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | Height in PDF points. | src/types.ts:2686 |
value | string | Current or default value for the option. | src/types.ts:2678 |
width | number | Width in PDF points. | src/types.ts:2684 |
x | number | Horizontal position in PDF points. | src/types.ts:2680 |
y | number | Vertical position in PDF points. | src/types.ts:2682 |