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
Class | Description | |
---|---|---|
![]() | FdfAppearanceReference |
This class represents a FDF Appearance reference.
|
![]() | FdfChoiceFieldValue |
This class represents a FDF Chice Field value.
|
![]() | FdfField |
This class represents a FDF Field.
|
![]() | FdfFieldsCollection |
This class represents a collection of FdfField.
|
![]() | FdfFieldValue |
This class represents an abstract FDF Field value.
|
![]() | FdfGenericFieldValue |
This class represents a FDF generic(not implemented) field value.
|
![]() | FdfNamedPageReference |
This class represents a named page reference that shall describe the location of external templates or page elements.
|
![]() | FdfPage |
This class represents a FDF Page.
|
![]() | FdfPagesCollection |
This class represents a collection of FdfPage.
|
![]() | FdfPushbuttonFieldValue |
This class represents a FDF Pushbutton Field value.
|
![]() | FdfTemplate |
This class represents an FDF template that shall contain information describing a named page that serves as a template.
|
![]() | FdfTextFieldValue |
This class represents a FDF Text Field value.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | FdfFieldType |
This enum represents a list of FDF field types.
|