Skip to main content
A newer version of this page is available. .

PdfAcroFormChoiceField Class

Represents the base class for combo box and list box fields.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public abstract class PdfAcroFormChoiceField :
    PdfAcroFormCommonVisualField

Remarks

The PdfAcroFormChoiceField class serves as a base class for the PdfAcroFormComboBoxField and PdfAcroFormListBoxField classes, which provide combo box and list box fields functionality.

See Also