Class PdfRadioButtonField
Represents the radio button field.
public sealed class PdfRadioButtonField : PdfButtonField, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfRadioButtonField
- Implements
- Inherited Members
Properties
SelectedIndex
Gets or sets the index of the selected radio button in a radio button group.
public int SelectedIndex { get; set; }