Skip to main content

PdfAcroFormChoiceField Class

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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