Classes
| Class | Description | |
|---|---|---|
| FdfFormData |
Specialization of FormData that represents a FDF document.
| |
| FormData |
FormData is a abstract base class.
FormData exposes the [submitted] form data polymorphically as a name/value pair collection.
The 6 supported data formats (FDF, XFDF, XDP, XML, HTTP and PDF) are implemented as derived classes.
| |
| HttpPostFormData |
Specialization of SubmittedData that represents a Http post data set.
| |
| ImportDataException |
ImportDataException is raised when one or more exeptions are raised when importing data.
| |
| PdfFormData |
Specialization of FormData that represents a full PDF document.
| |
| XdpFormData |
Specialization of FormData that represents Xdp data.
| |
| XfdfFormData |
Specialization of FormData that represents Xfdf data.
| |
| XmlFormData |
Specialization of FormData that represents Xml data.
|