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 to a combo box and list box using their display and export values.

Namespace: DevExpress.Pdf

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

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