Skip to main content

PdfAcroFormChoiceField.AddValue(String) Method

Adds an item to a combo box and list box by their display value.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public void AddValue(
    string displayValue
)

Parameters

Name Type Description
displayValue String

A String that is a value to be added to a combo box and list box.

Remarks

The export value of the added item is equal to the display value.

See Also