Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfFormData Properties

Contains data values stored in the PDF Form.
Name Description
FormFieldType Retrieves the form field type.
Item[String] Returns an individual field by its name on the PDF Form.
Items Obtains a list of form field items.
Name Returns the name of the field represented by this PdfFormData object.
Value Specifies a value to the interactive form field represented by this PdfFormData object.
See Also