PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available data formats for submitting the form data.
Namespace:
PDFTechAssembly: 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 name | Description | |
|---|---|---|
| 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.
| |
The entire PDF file is submitted.
|