Skip to content

zeropdf v1.3.0


zeropdf / RadioGroupItemOptions

Interface: RadioGroupItemOptions

Defined in: src/types.ts:2676

Options for a single radio button in a radio group.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:2686
valuestringCurrent or default value for the option.src/types.ts:2678
widthnumberWidth in PDF points.src/types.ts:2684
xnumberHorizontal position in PDF points.src/types.ts:2680
ynumberVertical position in PDF points.src/types.ts:2682

Released under the ISC license.