TdxPDFFormDataFormat Enum
Enumerates PDF form data formats.
Declaration
TdxPDFFormDataFormat = (
dfFDF,
dfXFDF,
dfXML,
dfTXT
);
Members
Name | Description | File Name Extension |
---|---|---|
dfFDF
|
Forms Data Format. Stores the key/value pairs that define interactive field names and the corresponding values used to populate a PDF form. This format uses the ASCII encoding. |
|
dfXFDF
|
XML Forms Data Format. This format is an XML version of the Forms Data Format (dxFDF). The XFDF format uses the UTF-8 encoding. |
|
dfXML
|
Extensible Markup Language format. |
|
dfTXT
|
Plain text format. |
|
Remarks
The interactive PDF form’s SaveDataToStream procedure accepts a TdxPDFFormDataFormat value as the AFormat parameter.
See Also