ReadonlyalternateAlternate name / tooltip (/TU), or null.
Optional ReadonlyexportCheckbox/radio: the export ("on") value; for a radio group, the selected one.
ReadonlyflagsDecoded field flags.
Optional ReadonlyisCheckbox/radio: whether the field is currently checked/selected.
Optional ReadonlymultilineText fields: whether the field accepts multiple lines (/Ff Multiline bit).
ReadonlynameFully-qualified field name (/T); may be empty for unnamed fields.
Optional ReadonlyoptionsCombo/list: the options and their selection state.
Readonlypage1-based page number the field's widget(s) sit on.
ReadonlyrectsWidget rectangles in PDF page coordinates (one per widget).
ReadonlytextText orientation for each widget, parallel to rects.
ReadonlytypeField kind.
ReadonlyvalueCurrent value (/V): the text, the selected export value, or '' for buttons.
An AcroForm field of a document. A field is identified by its fully-qualified name; widgets that share a name (e.g. the buttons of a radio group) are merged into one field with several rects. Obtain them via PdfPage.loadFormFields / PdfDocument.loadFormFields, read values here, and change them with PdfDocument.setFormFieldValue.
Field dictionaries and fully-qualified field names are specified by ISO 32000-2:2020, 12.7.4, especially Tables 226 and 227. Type-specific entries are specified by 12.7.5.