Skip to main content

PdfChoiceFormField.SelectedIndices Property

Gets a collection of integers, sorted in ascending order, representing the zero-based indices in the option list of the currently selected option items.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<int> SelectedIndices { get; }

Property Value

Type Description
IList<Int32>

A collection of integers representing the zero-based indices in the option list of the currently selected option items.

See Also