Skip to content

modern-pdf-lib


modern-pdf-lib / ListboxAppearanceOptions

Interface: ListboxAppearanceOptions

Defined in: src/form/fieldAppearance.ts:329

Options for generating a listbox field appearance.

Properties

fontName?

optional fontName: string

Defined in: src/form/fieldAppearance.ts:337

Font name. Default: "Helv".


fontSize?

optional fontSize: number

Defined in: src/form/fieldAppearance.ts:339

Font size. Default: 10.


options

options: string[]

Defined in: src/form/fieldAppearance.ts:331

All option strings.


rect

rect: [number, number, number, number]

Defined in: src/form/fieldAppearance.ts:335

The widget rectangle [x1, y1, x2, y2].


selected

selected: string[]

Defined in: src/form/fieldAppearance.ts:333

Currently selected option strings.

Released under the MIT License.