Gets the first selected item in the list.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfRadioButtonListItem SelectedItem { get; }
Public ReadOnly Property SelectedItem As PdfRadioButtonListItem Get
public: property PdfRadioButtonListItem^ SelectedItem { PdfRadioButtonListItem^ get (); }
member SelectedItem : PdfRadioButtonListItem with get
Property Value
PdfRadioButtonListItemThe selected item of the field.