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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
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