ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ChoiceField Class : SelectedIndex Property |
'Declaration Public Property SelectedIndex As Integer
'Usage Dim instance As ChoiceField Dim value As Integer instance.SelectedIndex = value value = instance.SelectedIndex
public int SelectedIndex {get; set;}
Exception | Description |
---|---|
System.Exception | If the supplied index is out-of-bounds. |