sempdf v1.9.1Interfaces
Interface: RadioGroupItemOptions
sempdf / RadioGroupItemOptions
Defined in: src/types.ts:3339
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:3349 |
value | string | Current or default value for the option. | src/types.ts:3341 |
width | number | Width in PDF points. | src/types.ts:3347 |
x | number | Horizontal position in PDF points. | src/types.ts:3343 |
y | number | Vertical position in PDF points. | src/types.ts:3345 |