Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFormDataFormat Enum

Lists formats allowed for PDF Form data values.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfFormDataFormat

Members

Name Description
Fdf

Data is represented as FDF (Forms Data Format).

Xml

Data is represented as XML.

Xfdf

Data is represented as XFDF (XML Forms Data Format).

Txt

Data is represented as text.

Remarks

Values of this enumeration are used to provide parameters for the PdfFormData constructor and its PdfFormData.Save, PdfDocumentProcessor.Export (PdfViewerExtensions.Export), and PdfDocumentProcessor.Import (PdfViewerExtensions.Import) methods.

For more information on these formats, refer to the Portable Document Format article.

See Also