[]
        
(Showing Draft Content)

C1.Pdf.PdfRadioButton

PdfRadioButton Class

Represents a radio button.

Inheritance
PdfRadioButton
Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public class PdfRadioButton : PdfRadioCheckBase
Remarks

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.

Constructors

Name Description
PdfRadioButton()

Initializes a new instance of the PdfRadioButton class.