Skip to content

FormType

@scaryterry/pdfium


Defined in: src/core/types.ts:1357

Form types in a PDF document.

Indicates the type of form technology used (AcroForm, XFA, or none).

Enumeration MemberValueDescriptionDefined in
AcroForm"AcroForm"AcroForm (standard PDF forms).src/core/types.ts:1361
None"None"No form.src/core/types.ts:1359
XFAForeground"XFAForeground"XFA foreground form (partial XFA support).src/core/types.ts:1365
XFAFull"XFAFull"XFA full form (not supported by PDFium).src/core/types.ts:1363