PdfAcroFormChoiceField.SelectValue(String) Method
In This Article
Selects an item of a combo box and list box by their export value.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
export |
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