Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormChoiceField Class

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Drawing.dll

Declaration

public abstract class PdfGraphicsAcroFormChoiceField :
    PdfGraphicsAcroFormCommonField

Remarks

The PdfGraphicsAcroFormChoiceField class serves as a base class for the PdfGraphicsAcroFormComboBoxField and PdfGraphicsAcroFormListBoxField classes, which provide combo box and list box fields functionality.

See Also