sempdf
sempdf v1.9.1Interfaces

Interface: RadioGroupItemOptions

sempdf v1.9.1


sempdf / RadioGroupItemOptions

Defined in: src/types.ts:3339

Options for a single radio button in a radio group.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:3349
valuestringCurrent or default value for the option.src/types.ts:3341
widthnumberWidth in PDF points.src/types.ts:3347
xnumberHorizontal position in PDF points.src/types.ts:3343
ynumberVertical position in PDF points.src/types.ts:3345

On this page