Table of Contents

Class PdfRadioButtonField

Namespace
PdfSharp.Pdf.AcroForms
Assembly
PdfSharp.dll

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; }

Property Value

int