The submit format specifies what to submit to the server.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public enum SubmitFormat
Visual Basic
Public Enumeration SubmitFormat

Members

Member nameValueDescription
Pdf0 Complete PDF document.
Html1 HTML form format.
Xfdf2 XML Forms Data Format.
Fdf3 Forms Data Format (saved as .fdf file).
Xdp4 XML Data Package.

Note: This value is supported in XFA documents only.

Xml5 eXtensible Markup Language.

Note: This value is supported in XFA documents only.

See Also