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

PdfAcroFormChoiceField.SelectValue(String) Method

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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