Skip to content

zeropdf v1.5.0


zeropdf / RadioGroupItemOptions

Interface: RadioGroupItemOptions

Defined in: src/types.ts:2694

Options for a single radio button in a radio group.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:2704
valuestringCurrent or default value for the option.src/types.ts:2696
widthnumberWidth in PDF points.src/types.ts:2702
xnumberHorizontal position in PDF points.src/types.ts:2698
ynumberVertical position in PDF points.src/types.ts:2700

Released under the ISC license.