Skip to main content

PdfAcroFormChoiceField.SetSelected(Int32, Boolean) Method

Sets the specified item’s selection state in combo box and list box fields.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public void SetSelected(
    int index,
    bool value
)

Parameters

Name Type Description
index Int32

The zero-based index of the item whose selection state will be changed.

value Boolean

true, to select the item; false, to unselect the item.

Remarks

Use the SetSelected method to select/unselect the required item.

See Also