Enum XfaSubmitFormat

Namespace TallComponents.PDF.Forms.Fields

Determines the format in which the data will be submitted.

Fields


Xdp
The data is packaged in XDP format, as described in XDP Specification.

FormData
The data is translated and packaged into an URL-encoded format which emulates certain legacy software.

Pdf
The data is packaged in PDF format as described in the PDF Reference.

UrlEncoded
The data is packaged in URL-encoded format as described in Uniform Resource Locators (URL) [RFC1738].

Xfd
The data is packaged in XFD format, as described in XFDF Specification.

Xml
The data is packaged in XML format as described in the XML Specification version 1.0 [XML1.0].