FormExportFormat Enum
Represents the forms export formats.
public enum FormExportFormat
Public Enum FormExportFormat
Inheritance: ObjectValueTypeEnumFormExportFormat
Fields
FormExportFormat.FDF | 2 | If set, they are submitted in Forms Data Format (FDF). |
FormExportFormat.HtmlGet | 1 | If set, field names and values are submitted in HTML Form format. Using a GET request. |
FormExportFormat.HtmlPost | 0 | If set, field names and values are submitted in HTML Form format. Using a POST request. By default, it is set. |
FormExportFormat.PDF | 4 | If set, the document is submitted in PDF format, using the MIME content type application/pdf. |
FormExportFormat.XML | 3 | If set, field names and values are submitted in XML format. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.