Click or drag to resize

PdfChoiceFieldSelectedIndex Property

Gets or sets the index of the selected item or -1 if no item is selected.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public int SelectedIndex { get; set; }

Property Value

Int32
The index of the selected item or -1 if no item is selected.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is less than zero or greater than or equal to the number of items in the Items collection.
See Also