Skip to main content

PdfAcroFormChoiceField.AddValue(String, String) Method

Adds an item to a combo box and list box using their display and export values.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public void AddValue(
    string displayValue,
    string exportValue
)

Parameters

Name Type Description
displayValue String

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

exportValue String

A String that is an export value.

See Also