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

PdfGraphicsAcroFormChoiceField.AddValue(String, String) Method

Adds an item with the specified display and export values to a combo box or a list box field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public void AddValue(
    string displayValue,
    string exportValue
)

Parameters

Name Type Description
displayValue String

A value to be added to a combo box and list box.

exportValue String

An export value.

See Also