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.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
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