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

dxPDFForm Unit

In This Article

#Classes

Name Description
TdxPDFButtonField A button field.
TdxPDFCheckBoxField A checkbox field.
TdxPDFChoiceField The base class for interactive fields that allow users to choose one or more options.
TdxPDFComboBoxField A combobox field.
TdxPDFCustomField An interactive field.
TdxPDFCustomNonExportableField The base class for the interactive fields that store no exportable values.
TdxPDFForm An interactive form in a PDF document.
TdxPDFListBoxField A list box field.
TdxPDFRadioGroupField A radio group field.
TdxPDFRadioGroupFieldItem A radio button.
TdxPDFSignatureField A digital signature field.
TdxPDFTextField A text field.

#Types

Name Description
TdxPDFFormForEachFieldProc A reference to an anonymous procedure that iterates through all interactive fields on a form and applies the same changes to them.