Click or drag to resize
Pdf Library for .NET

PdfFormFieldRadioButtonListSelectedValue Property

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

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public string SelectedValue { get; set; }

Property Value

String
Remarks
Returns an empty string if there is no item selected.
See Also