Click or drag to resize
Pdf Library for .NET

PdfFormFieldRadioButtonListSelectedIndex Property

Gets or sets the selected item index for the radio button list.

Namespace:  SelectPdf.Forms
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax
public int SelectedIndex { get; set; }

Property Value

Type: Int32
Remarks
Returns -1 of there is no item selected.
See Also