Back to Devexpress

PdfAcroFormChoiceField.SelectValue(String) Method

officefileapi-devexpress-dot-pdf-dot-pdfacroformchoicefield-dot-selectvalue-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

PdfAcroFormChoiceField.SelectValue(String) Method

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool SelectValue(
    string exportValue
)
vb
Public Function SelectValue(
    exportValue As String
) As Boolean

Parameters

NameTypeDescription
exportValueString

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

|

Returns

TypeDescription
Boolean

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

|

See Also

PdfAcroFormChoiceField Class

PdfAcroFormChoiceField Members

DevExpress.Pdf Namespace