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

PdfAcroFormChoiceField.SelectValue(String) Method

Selects an item of a combo box and list box by their export value.

Namespace: DevExpress.Pdf

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

Declaration

public bool SelectValue(
    string exportValue
)

Parameters

Name Type Description
exportValue String

A String value that represents the item’s export value.

Returns

Type Description
Boolean

true, if the combo box or list box item was successfully selected; otherwise, false.

See Also