Click or drag to resize
Pdftools logo

XfaType Enumeration

The XFA type of a PDF document

See Xfa to get the XFA type of a PDF document.

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public enum XfaType
Members
Member nameValueDescription
NoXfa0

No XFA document

The document is not an XFA document but a regular PDF document.
XfaNeedsRendering1

XFA document

The document is an XFA document. The document cannot be processed by many components, so it is recommended to convert it to a PDF document beforehand.
XfaRendered2

Rendered XFA document

The document is a "rendered" XFA document where the PDF pages' content has been generated from the XFA form. Such documents can be processed as regular PDF documents. However, there is no guarantee that the generated pages accurately reflect the XFA document.
See Also