[]
Represents a radio button.
public class PdfRadioButton : PdfRadioCheckBase
To join several radio buttons into a group (so that only one button in the group can be checked at any one moment), assign the same value to the Name property of all buttons in the group.
| Name | Description |
|---|---|
| PdfRadioButton() | Initializes a new instance of the PdfRadioButton class. |