PDF .NET Library Documentation - PDF Technologies, Inc.
Specifies the available data formats for submitting the form data.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public enum PDFSubmitType
Visual Basic (Declaration)
Public Enumeration PDFSubmitType
Visual C++
public enum class PDFSubmitType

Members

Member nameDescription
HTML
The field names and values are submitted in HTML Form format.
FDF
The field names and values are submitted in FDF format.
XFDF
The field names and values are submitted in XFDF format.
PDF
The entire PDF file is submitted.

See Also