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

PdfAcroFormChoiceField.AddValue(String) Method

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

Namespace: DevExpress.Pdf

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

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