Back to Devexpress

PdfAcroFormChoiceField Class

officefileapi-devexpress-dot-pdf-e821f032.md

latest1.6 KB
Original Source

PdfAcroFormChoiceField Class

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public abstract class PdfAcroFormChoiceField :
    PdfAcroFormCommonVisualField
vb
Public MustInherit Class PdfAcroFormChoiceField
    Inherits 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.

Inheritance

Object PdfAcroFormField PdfAcroFormVisualField PdfAcroFormCommonVisualField PdfAcroFormChoiceField PdfAcroFormComboBoxField

PdfAcroFormListBoxField

See Also

PdfAcroFormChoiceField Members

DevExpress.Pdf Namespace