The submit format specifies what to submit to the server.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum SubmitFormat |
| Visual Basic |
|---|
Public Enumeration SubmitFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| 0 | Complete PDF document. | ||
| Html | 1 | HTML form format. | |
| Xfdf | 2 | XML Forms Data Format. | |
| Fdf | 3 | Forms Data Format (saved as .fdf file). | |
| Xdp | 4 |
XML Data Package.
Note: This value is supported in XFA documents only. | |
| Xml | 5 |
eXtensible Markup Language.
Note: This value is supported in XFA documents only. |