PdfChoiceFieldSelectedIndex Property |
Gets or sets the index of the selected item or -1 if no item is selected.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic int SelectedIndex { get; set; }Public Property SelectedIndex As Integer
Get
Set
Property Value
Int32
The index of the selected item or -1 if no item is selected.
Exceptions
See Also