Skip to main content

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.v24.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