PdfFormDataFormat Enum
Lists formats allowed for PDF Form data values.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v22.1.Core.dll
Declaration
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the PdfFormDataFormat enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.