FormType
Defined in: src/core/types.ts:1330
Form types in a PDF document.
Indicates the type of form technology used (AcroForm, XFA, or none).
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
AcroForm | "AcroForm" | AcroForm (standard PDF forms). | src/core/types.ts:1334 |
None | "None" | No form. | src/core/types.ts:1332 |
XFAForeground | "XFAForeground" | XFA foreground form (partial XFA support). | src/core/types.ts:1338 |
XFAFull | "XFAFull" | XFA full form (not supported by PDFium). | src/core/types.ts:1336 |