Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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