modern-pdf-lib / RadioAppearanceOptions
Interface: RadioAppearanceOptions
Defined in: src/form/fieldAppearance.ts:248
Options for generating a radio button appearance.
Properties
rect
rect: [
number,number,number,number]
Defined in: src/form/fieldAppearance.ts:252
The widget rectangle [x1, y1, x2, y2].
selected
selected:
boolean
Defined in: src/form/fieldAppearance.ts:250
Whether this radio option is selected.