PdfGraphicsAcroFormChoiceField.SetSelected(Int32, Boolean) Method
In This Article
Selects or unselects an item in a combo box of a list box field by its index.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the item that should be selected or unselected. |
value | Boolean | true, to select the item; false to unselect the item. |
#Remarks
Call the ClearSelection() method to clear selection in the form field.
See Also