Apitron.PDF.Kit.Interactive.FormsData Namespace

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This namespace represents classes and structures which helps to manage Forms Data Format. Forms Data Format (FDF), the file format used for interactive form data. FDF can be used when submitting form data to a server, receiving the response, and incorporating it into the interactive form. It can also be used to export form data to stand-alone files that can be stored, transmitted electronically, and imported back into the corresponding PDF interactive form. In addition, beginning in PDF 1.3, FDF can be used to define a container for annotations that are separate from the PDF document to which they apply.
Classes

  ClassDescription
Public classFdfAppearanceReference
This class represents a FDF Appearance reference.
Public classFdfChoiceFieldValue
This class represents a FDF Chice Field value.
Public classFdfField
This class represents a FDF Field.
Public classFdfFieldsCollection
This class represents a collection of FdfField.
Public classFdfFieldValue
This class represents an abstract FDF Field value.
Public classFdfGenericFieldValue
This class represents a FDF generic(not implemented) field value.
Public classFdfNamedPageReference
This class represents a named page reference that shall describe the location of external templates or page elements.
Public classFdfPage
This class represents a FDF Page.
Public classFdfPagesCollection
This class represents a collection of FdfPage.
Public classFdfPushbuttonFieldValue
This class represents a FDF Pushbutton Field value.
Public classFdfTemplate
This class represents an FDF template that shall contain information describing a named page that serves as a template.
Public classFdfTextFieldValue
This class represents a FDF Text Field value.
Enumerations

  EnumerationDescription
Public enumerationFdfFieldType
This enum represents a list of FDF field types.