SubmitDataFormat Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies a submit data format.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| HTML | 0 | Control names and values are submitted in HTML Form format. | |
| FDF | 1 | Control names and values are submitted in Forms Data Format (FDF). | |
| XFDF | 2 | Control names and values are submitted in XML Forms Data Format (XFDF). | |
| 3 | The whole document (not only control names and values) is submitted as a PDF, using the MIME content type application/pdf (described in Internet RFC 2045, Multipurpose Internet Mail Extensions (MIME), Part One: Format of Internet Message Bodies). |
See Also